X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=CMakeLists.txt;h=0b2d47b07411716737b9abbc135d1ffd7ed95a15;hb=f9d65c2529e32230a10ca2f96a44a981c490a312;hp=ec3759b0fad4a7cf50f9dff3d83ef6fa6a30bf90;hpb=d5eb8b53ed088db5a25451fc7e3009d3e44ae6bd;p=apps%2Fagl-service-windowmanager.git diff --git a/CMakeLists.txt b/CMakeLists.txt index ec3759b..0b2d47b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -79,15 +79,9 @@ 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(libwindowmanager) add_subdirectory(scripts) add_subdirectory(src) -configure_file(windowmanager.pc.in windowmanager.pc @ONLY) -INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/windowmanager.pc - DESTINATION - ${CMAKE_INSTALL_LIBDIR}/pkgconfig) - install( FILES layers.json DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/windowmanager