X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=CMakeLists.txt;h=54e2da6bba8c6bb069df037e0f4491c424c126b7;hb=757c16403ef30a498477dda53ffdcbe634f27c80;hp=f5d68e6f01a7527a496b96401ff79eeb475be415;hpb=2c3e2c9868754294af4db0943954d2e0ef3d4d5e;p=staging%2Fwindowmanager.git diff --git a/CMakeLists.txt b/CMakeLists.txt index f5d68e6..54e2da6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,6 +24,7 @@ set(PACKAGE_VERSION_REVISION 1) set(PACKAGE_VERSION "${PACKAGE_VERSION_MAJOR}.${PACKAGE_VERSION_MINOR}.${PACKAGE_VERSION_REVISION}") find_package(PkgConfig REQUIRED) +include(GNUInstallDirs) pkg_check_modules(WLC wayland-client>=1.11.0 REQUIRED) @@ -80,3 +81,8 @@ set(LINK_LIBCXX OFF CACHE BOOL "Link against LLVMs libc++") add_subdirectory(client-lib) add_subdirectory(src) + +install( + FILES layers.json + DESTINATION /etc + COMPONENT "runtime")