fsfw-example-common/CMakeLists.txt

9 lines
213 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
2022-05-20 08:38:57 +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")
2022-05-20 08:38:57 +02:00
add_subdirectory(stm32h7)
2021-07-12 21:21:03 +02:00
endif()