fsfw-example-stm32h7-rtems/bsp_stm32h7_rtems/fsfwconfig/CMakeLists.txt

7 lines
256 B
CMake
Raw Normal View History

2022-05-27 02:17:19 +02:00
target_sources(
${TARGET_NAME} PRIVATE ipc/missionMessageTypes.cpp
pollingsequence/pollingSequenceFactory.cpp)
2021-07-16 11:10:39 +02:00
# Add include paths for the executable
2022-05-27 02:17:19 +02:00
target_include_directories(${TARGET_NAME} PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})