repaired q7s build/includes

This commit is contained in:
2021-02-14 14:59:43 +01:00
parent f64d707f4c
commit 313f7f6ec1
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
)