diff --git a/CMakeLists.txt b/CMakeLists.txt index b5d966d..c1d8d10 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -66,6 +66,7 @@ pkg_check_modules(SDL2 sdl2) pkg_check_modules(DBUS_CPP dbus-cpp REQUIRED) pkg_check_modules(DBUS dbus-1 REQUIRED) +pkg_check_modules(LXC lxc REQUIRED) ##################################################################### # Enable code coverage calculation with gcov/gcovr/lcov