added link library gpiod
This commit is contained in:
@ -3,6 +3,10 @@ target_sources(${TARGET_NAME} PUBLIC
|
||||
LinuxLibgpioIF.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(${TARGET_NAME} PUBLIC
|
||||
gpiod
|
||||
)
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user