fsfw-example-common/CMakeLists.txt

11 lines
220 B
CMake
Raw Normal View History

2021-06-08 13:59:38 +02:00
add_subdirectory(config)
2021-10-17 23:21:38 +02:00
add_subdirectory(example)
2021-06-08 17:30:49 +02:00
target_include_directories(${TARGET_NAME} PRIVATE
${CMAKE_CURRENT_SOURCE_DIR}
)
2021-07-12 21:21:03 +02:00
2021-07-16 13:20:38 +02:00
if(TGT_BSP MATCHES "arm/stm32h743zi-nucleo")
2021-07-12 21:21:03 +02:00
add_subdirectory(stm32h7)
endif()