|
|
|
@ -10,4 +10,8 @@ add_library(libevents_parser
@@ -10,4 +10,8 @@ add_library(libevents_parser
|
|
|
|
|
) |
|
|
|
|
target_include_directories(libevents_parser PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}) |
|
|
|
|
target_link_libraries(libevents_parser PUBLIC Qt5::Core) |
|
|
|
|
target_link_libraries(libevents_parser PUBLIC comm) |
|
|
|
|
target_link_libraries(libevents_parser PUBLIC comm) |
|
|
|
|
|
|
|
|
|
add_library(libevents_health_and_arming_checks |
|
|
|
|
libevents/libs/cpp/parse/health_and_arming_checks.cpp) |
|
|
|
|
target_link_libraries(libevents_health_and_arming_checks PRIVATE comm) |
|
|
|
|