fsfw-hal/stm32h7/spi/CMakeLists.txt

9 lines
158 B
CMake
Raw Normal View History

2021-06-09 23:20:42 +02:00
target_sources(${LIB_FSFW_HAL_NAME} PRIVATE
2021-06-04 16:34:38 +02:00
spiCore.cpp
2021-06-03 14:00:50 +02:00
spiDefinitions.cpp
2021-06-04 16:34:38 +02:00
spiInterrupts.cpp
mspInit.cpp
2021-06-04 16:01:38 +02:00
SpiCookie.cpp
SpiComIF.cpp
2021-06-03 14:00:50 +02:00
)