X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=CMakeLists.txt;h=98f77f4213f0b090f2f62aeda4cc03123772233f;hb=fc25c41d9c7f8696a3b0f195a7b583c0398920a5;hp=feaa53692fbfedbd38d2067dff976437b27778d2;hpb=de70b5f128a2b993e88020ff717e763a53e385f7;p=apps%2Fagl-service-windowmanager.git diff --git a/CMakeLists.txt b/CMakeLists.txt index feaa536..98f77f4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,6 @@ # # Copyright (c) 2017 TOYOTA MOTOR CORPORATION +# Copyright (C) 2020 Konsulko Group # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -14,7 +15,13 @@ # limitations under the License. # +project(WindowManagerTMC) CMAKE_MINIMUM_REQUIRED(VERSION 3.3) +# Add PolicyManager as plugin +set(PLUGIN_PM policy_manager) + +set(SANITIZER_MODE "none" CACHE STRING "Build using a specific sanitizer (e.g. 'address', 'thread', 'leak', 'undefined'), depends on compiler; default none") + include(${CMAKE_CURRENT_SOURCE_DIR}/conf.d/cmake/config.cmake)