Commit e583e7aa authored by Daniel Agar's avatar Daniel Agar

cmake move all src handling to src/CMakeLists.txt

parent c3743e2b
This diff is collapsed.
set(EXTRA_SRC)
if(BUILD_TESTING)
list(APPEND EXTRA_SRC
LogDownloadTest.cc
)
endif()
add_library(AnalyzeView
ExifParser.cc
GeoTagController.cc
LogDownloadController.cc
MavlinkConsoleController.cc
PX4LogParser.cc
ULogParser.cc
${EXTRA_SRC}
)
target_link_libraries(AnalyzeView
PUBLIC
Qt5::Location
Qt5::SerialPort
Qt5::TextToSpeech
Qt5::Widgets
qgc
)
target_include_directories(AnalyzeView INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment