Merge pull request #6 from aymanbagabas/fix-cmake-libconfig

Add libconfig to CMake pkg_check_modules
This commit is contained in:
pixl
2019-10-04 21:34:07 -04:00
committed by GitHub

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)