X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=CMakeLists.txt;h=4762e0d5b215368c5a46f4802257991eacedf50d;hb=6ecd550833c47819bf0df7dc9df848dea67f2b28;hp=0b2d47b07411716737b9abbc135d1ffd7ed95a15;hpb=f9d65c2529e32230a10ca2f96a44a981c490a312;p=apps%2Fagl-service-windowmanager.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 0b2d47b..4762e0d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -79,10 +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(scripts) -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)