5 changed files with 21 additions and 0 deletions
@ -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