X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=staging%2Fwindowmanager.git;a=blobdiff_plain;f=CMakeLists.txt;h=54e2da6bba8c6bb069df037e0f4491c424c126b7;hp=f5aaa1d7a6dbf4f83c86fc39b87184c2bf9ece21;hb=757c16403ef30a498477dda53ffdcbe634f27c80;hpb=dc539df27ac3009a5e29f6a537a66b86708387c5 diff --git a/CMakeLists.txt b/CMakeLists.txt index f5aaa1d..54e2da6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -81,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")