eive-obsw/linux/gpio/CMakeLists.txt

9 lines
79 B
CMake
Raw Normal View History

2021-02-14 12:35:08 +01:00
target_sources(${TARGET_NAME} PUBLIC
GpioCookie.cpp
2021-02-14 12:57:09 +01:00
LinuxLibgpioIF.cpp
2021-02-14 12:35:08 +01:00
)