eive-obsw/unittest/testcfg/CMakeLists.txt
Robin Mueller ababb5c062
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
adding unittests for EIVE
2021-09-29 09:30:58 +02:00

10 lines
243 B
CMake

target_sources(${TARGET_NAME} PRIVATE
ipc/MissionMessageTypes.cpp
pollingsequence/PollingSequenceFactory.cpp
)
# Add include paths for the executable
target_include_directories(${TARGET_NAME} PUBLIC
${CMAKE_CURRENT_SOURCE_DIR}
)