fsfw/tests/user/testcfg/CMakeLists.txt
2021-09-29 09:30:50 +02:00

9 lines
241 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}
)