Compare commits
5 Commits
fa4323fe5b
...
91d56a0139
Author | SHA1 | Date |
---|---|---|
|
91d56a0139 | 5 months ago |
|
01167b5fe6 | 5 months ago |
|
990ed12f5b | 7 months ago |
|
555c9d1f48 | 8 months ago |
|
7cb2da3c02 | 8 months ago |
9 changed files with 35 additions and 1 deletions
@ -0,0 +1,15 @@
@@ -0,0 +1,15 @@
|
||||
|
||||
add_library(Gimbal |
||||
GimbalController.cc |
||||
) |
||||
|
||||
target_link_libraries(Gimbal |
||||
PUBLIC |
||||
qgc |
||||
) |
||||
|
||||
target_include_directories(Gimbal |
||||
PUBLIC |
||||
${CMAKE_CURRENT_SOURCE_DIR} |
||||
) |
||||
|
Loading…
Reference in new issue