X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=3c93453e14d9edb94d82d89c7c5a03baeedc7ebf;hb=69a5f240268953b43aa89fdf414589ae3421aefc;hp=f83aae2498787c72c8b72c5ac64bd4ef746b28b9;hpb=ddb822961ddd70d76f911a4580065d69ebf970d9;p=staging%2Fwindowmanager.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f83aae2..3c93453 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,3 +1,19 @@ +# +# Copyright (C) 2017 Mentor Graphics Development (Deutschland) GmbH +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + wlproto(IVI_CON ivi-controller) include(FindPkgConfig) @@ -118,3 +134,13 @@ if (NOT ${SANITIZER_MODE} STREQUAL "none" AND NOT ${SANITIZER_MODE} STREQUAL "") PROPERTIES LINK_FLAGS "-fsanitize=${SANITIZER_MODE} -g") endif() + +install( + TARGETS winman + DESTINATION ${CMAKE_INSTALL_PREFIX}/AGL/WindowManagerTMC + COMPONENT "runtime") + +install( + TARGETS redraw_fixer + DESTINATION ${CMAKE_INSTALL_BINDIR} + COMPONENT "runtime")