fsfw-example-common/config/CMakeLists.txt

4 lines
152 B
CMake
Raw Normal View History

2022-05-20 08:38:57 +02:00
target_sources(${TARGET_NAME} PRIVATE commonPollingSequenceFactory.cpp)
2021-06-08 13:46:45 +02:00
2022-05-20 08:38:57 +02:00
target_include_directories(${TARGET_NAME} PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})