eive-obsw/archive/gpio/CMakeLists.txt
Robin Mueller a74c606307
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
moved some archive files
2022-03-04 10:38:39 +01:00

13 lines
136 B
CMake

target_sources(${TARGET_NAME} PUBLIC
GpioCookie.cpp
LinuxLibgpioIF.cpp
)
target_link_libraries(${TARGET_NAME} PUBLIC
gpiod
)