Update CMakeLists.txt
This commit is contained in:
parent
aee3e9f89c
commit
135f4d06e7
2 changed files with 9 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,5 +1,6 @@
|
||||||
info
|
info
|
||||||
doxygen
|
doxygen
|
||||||
|
build
|
||||||
*.o
|
*.o
|
||||||
*.rpm
|
*.rpm
|
||||||
mouse_m908
|
mouse_m908
|
||||||
|
|
|
@ -70,6 +70,14 @@ target_sources(mouse_m908
|
||||||
include/m908/readers.cpp
|
include/m908/readers.cpp
|
||||||
include/m908/setters.cpp
|
include/m908/setters.cpp
|
||||||
include/m908/writers.cpp
|
include/m908/writers.cpp
|
||||||
|
include/m913/constructor.cpp
|
||||||
|
include/m913/data.cpp
|
||||||
|
include/m913/getters.cpp
|
||||||
|
include/m913/helpers.cpp
|
||||||
|
include/m913/mouse_m913.h
|
||||||
|
include/m913/readers.cpp
|
||||||
|
include/m913/setters.cpp
|
||||||
|
include/m913/writers.cpp
|
||||||
include/m990/constructor.cpp
|
include/m990/constructor.cpp
|
||||||
include/m990/data.cpp
|
include/m990/data.cpp
|
||||||
include/m990/getters.cpp
|
include/m990/getters.cpp
|
||||||
|
|
Loading…
Reference in a new issue