X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=CMakeLists.txt;h=e1cb0dbbe8156c4baffce111e00a1d4bd024c7af;hb=refs%2Ftags%2Fflounder%2F6.0.2;hp=0b2d47b07411716737b9abbc135d1ffd7ed95a15;hpb=f9d65c2529e32230a10ca2f96a44a981c490a312;p=apps%2Fagl-service-windowmanager-2017.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 0b2d47b..e1cb0db 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -79,10 +79,8 @@ 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) +# Add PolicyManager as plugin +set(PLUGIN_PM policy_manager) +add_subdirectory(${PLUGIN_PM}) -install( - FILES layers.json - DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/windowmanager - COMPONENT "runtime") +add_subdirectory(src)