Robin Mueller
a74c606307
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
13 lines
136 B
CMake
13 lines
136 B
CMake
target_sources(${TARGET_NAME} PUBLIC
|
|
GpioCookie.cpp
|
|
LinuxLibgpioIF.cpp
|
|
)
|
|
|
|
target_link_libraries(${TARGET_NAME} PUBLIC
|
|
gpiod
|
|
)
|
|
|
|
|
|
|
|
|