2 changed files with 16 additions and 5 deletions
@ -0,0 +1,14 @@
@@ -0,0 +1,14 @@
|
||||
|
||||
add_library(ViewWidgets |
||||
CustomCommandWidget.cc |
||||
CustomCommandWidgetController.cc |
||||
ViewWidgetController.cc |
||||
) |
||||
|
||||
target_link_libraries(ViewWidgets |
||||
PUBLIC |
||||
qgc |
||||
) |
||||
|
||||
target_include_directories(ViewWidgets PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}) |
||||
|
Loading…
Reference in new issue