fsfw-example-stm32h7-freertos/bsp_stm32h7_freertos/NUCLEO-H743ZI/CMakeLists.txt

6 lines
80 B
CMake
Raw Normal View History

2021-07-12 21:50:48 +02:00
add_subdirectory(Src)
target_include_directories(${TARGET_NAME} PRIVATE
Inc
)