9 lines
70 B
CMake
9 lines
70 B
CMake
target_sources(${TARGET_NAME} PRIVATE
|
|
SpiTest.cpp
|
|
RPiGPIO.cpp
|
|
)
|
|
|
|
|
|
|
|
|