eive-obsw/bsp_q7s/memory/CMakeLists.txt

5 lines
106 B
CMake
Raw Normal View History

2021-05-27 21:06:37 +02:00
target_sources(${TARGET_NAME} PRIVATE
2021-07-08 12:22:41 +02:00
FileSystemHandler.cpp
2021-07-07 20:50:11 +02:00
SdCardManager.cpp
2021-07-09 16:57:34 +02:00
scratchApi.cpp
2021-05-27 21:06:37 +02:00
)