fsfw-hal/stm32h7/spi/CMakeLists.txt

6 lines
94 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 14:00:50 +02:00
)