fsfw-example-hosted/bsp_hosted/CMakeLists.txt
Robin Mueller ab047190be
Some checks failed
fsfw/fsfw example hosted/pipeline/head There was a failure building this commit
update and apply afmt
2022-05-20 08:39:16 +02:00

8 lines
207 B
CMake

target_sources(${TARGET_NAME} PRIVATE main.cpp)
add_subdirectory(core)
add_subdirectory(fsfwconfig)
add_subdirectory(utility)
target_include_directories(${TARGET_NAME} PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})