repaired q7s build/includes

This commit is contained in:
2021-02-14 14:59:43 +01:00
committed by Robin Mueller
parent bb7eb5edec
commit 0e8a4d4703
4 changed files with 89 additions and 79 deletions

View File

@ -1,4 +1,5 @@
add_subdirectory(gpio)
add_subdirectory(i2c)
add_subdirectory(csp)
add_subdirectory(spi)

6
linux/spi/CMakeLists.txt Normal file
View File

@ -0,0 +1,6 @@
target_sources(${TARGET_NAME} PUBLIC
)