X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=CMakeLists.txt;h=4762e0d5b215368c5a46f4802257991eacedf50d;hb=bfadb522b21256fde7283746b90116c237e57a5b;hp=2d25e7396c829ab4f1d9e6f02c07e893d53fd5a4;hpb=f4878f2907371ba611193dc75e4fea6c874540d7;p=apps%2Fagl-service-windowmanager.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 2d25e73..4762e0d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -79,9 +79,7 @@ set(SANITIZER_MODE "none" CACHE STRING "Build using a specific sanitizer (e.g. ' set(LINK_LIBCXX OFF CACHE BOOL "Link against LLVMs libc++") -add_subdirectory(src) +set(PLUGIN_PM policy_manager) +add_subdirectory(src/${PLUGIN_PM}) -install( - FILES layers.json - DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/windowmanager - COMPONENT "runtime") +add_subdirectory(src)