Add libconfig to CMake pkg_check_modules

This commit is contained in:
Ayman Bagabas 2019-10-02 21:13:06 -04:00
parent ca04204a8c
commit 1e86dc49f6

View File

@ -26,6 +26,7 @@ set_target_properties(logid PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_D
pkg_check_modules(PC_EVDEV libevdev)
pkg_check_modules(SYSTEMD "systemd")
pkg_check_modules(LIBCONFIG libconfig)
find_path(HIDPP_INCLUDE_DIR hidpp)
find_library(HIDPP_LIBRARY libhidpp.so)