eive-obsw/linux/spi/CMakeLists.txt

9 lines
78 B
CMake
Raw Normal View History

2021-02-14 14:59:43 +01:00
target_sources(${TARGET_NAME} PUBLIC
2021-02-23 11:31:50 +01:00
SpiComIF.cpp
SpiCookie.cpp
2021-02-14 14:59:43 +01:00
)