X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=CMakeLists.txt;h=f5d68e6f01a7527a496b96401ff79eeb475be415;hb=4824d134e1cc7a6b99b20238974264a54520c699;hp=1babad4d8717c5fbb66db6b8de9c47440ee62375;hpb=f73d072d63607cdfb6657f828c2e55b8f100669a;p=staging%2Fwindowmanager.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 1babad4..f5d68e6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -78,4 +78,5 @@ 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(client-lib) add_subdirectory(src)