and now it works
This commit is contained in:
parent
20b4b5d5d3
commit
2c40d67dc3
@ -5,8 +5,8 @@ target_sources(${LIB_FSFW_HAL_NAME} PRIVATE
|
|||||||
# This abstraction layer requires the gpiod library. You can install this library
|
# This abstraction layer requires the gpiod library. You can install this library
|
||||||
# with "sudo apt-get install -y libgpiod-dev". If you are cross-compiling, you need
|
# with "sudo apt-get install -y libgpiod-dev". If you are cross-compiling, you need
|
||||||
# to install the package before syncing the sysroot to your host computer.
|
# to install the package before syncing the sysroot to your host computer.
|
||||||
# find_library(gpiod REQUIRED)
|
find_library(LIB_GPIO gpiod REQUIRED)
|
||||||
|
|
||||||
target_link_libraries(${LIB_FSFW_HAL_NAME} PRIVATE
|
target_link_libraries(${LIB_FSFW_HAL_NAME} PRIVATE
|
||||||
gpiod
|
${LIB_GPIO}
|
||||||
)
|
)
|
Loading…
x
Reference in New Issue
Block a user