eive-obsw/archive/gpio/CMakeLists.txt
Robin Mueller b71ea7c4c7
Some checks are pending
EIVE/eive-obsw/pipeline/head Build queued...
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
move archive folder
2022-03-04 15:00:14 +01:00

13 lines
136 B
CMake

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