fsfw-hal/stm32h7/spi/CMakeLists.txt

5 lines
77 B
CMake
Raw Normal View History

2021-06-03 14:00:50 +02:00
target_sources(${TARGET_NAME} PRIVATE
2021-06-03 14:38:34 +02:00
spiCore.c
2021-06-03 14:00:50 +02:00
spiDefinitions.cpp
)