diff options
author | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2017-10-23 17:27:23 +0900 |
---|---|---|
committer | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2017-10-26 13:32:55 +0900 |
commit | 2699c89298b9e349e979bccafc5a005f0b2be340 (patch) | |
tree | f74169668ecfbbaec6797fd354e8d290e57ea611 /CMakeLists.txt | |
parent | d5eb8b53ed088db5a25451fc7e3009d3e44ae6bd (diff) |
Remove the library from this service binder
The library is split to another repository, so remove it from this
repository
Bug-AGL: SPEC-993
Change-Id: Ifa5368077fc77fc9a964409f78d88afb0de2e8d6
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 0 insertions, 6 deletions
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 |