X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=CMakeLists.txt;h=163a74b6e11af8ed8e1ba72f05eda6728af6724b;hb=e47e5c8339c3496015f667b7f71a6d673807141d;hp=d3c08212818e665e9d6f3b7ed759c0051d47b018;hpb=33fce01df08aa96e567b671611b8b9e6d3e5a2a1;p=src%2Fapp-framework-binder.git diff --git a/CMakeLists.txt b/CMakeLists.txt index d3c08212..163a74b6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.0) -PROJECT(afb-daemon C) +PROJECT(afb-daemon C CXX) SET(PROJECT_NAME "AFB Daemon") SET(PROJECT_PRETTY_NAME "Application Framework Binder Daemon") @@ -26,12 +26,9 @@ SET(PROJECT_DESCRIPTION "Secured binder of API for clients of the Application fr SET(PROJECT_VERSION "4.99-EERC1") set(PROJECT_URL "https://gerrit.automotivelinux.org/gerrit/gitweb?p=src/app-framework-binder.git;a=summary") -SET(LIBAFBWSC_VERSION "1.0") +SET(LIBAFBWSC_VERSION "1.1") SET(LIBAFBWSC_SOVERSION "1") -SET(CMAKE_BUILD_TYPE Debug) -SET(CMAKE_POSITION_INDEPENDENT_CODE ON) - INCLUDE(FindPkgConfig) INCLUDE(CheckIncludeFiles) INCLUDE(CheckLibraryExists)