fsfw-hal/stm32h7/spi/CMakeLists.txt

7 lines
108 B
CMake

target_sources(${TARGET_NAME} PRIVATE
spiCore.c
spiDefinitions.cpp
interrupts.c
mspInit.c
)