fsfw-hal/stm32h7/spi/CMakeLists.txt

7 lines
108 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
2021-06-03 15:12:34 +02:00
interrupts.c
2021-06-03 21:42:52 +02:00
mspInit.c
2021-06-03 14:00:50 +02:00
)