X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=CMakeLists.txt;h=e1990923a7b93c0ca783528c99a0f334360efb4a;hb=04241c8168fe8826b4fc7a80500577b50936b57a;hp=0ebd67b291cc2cca6b7415b0b4716e9d74b4bec1;hpb=6120bbbd2cbd1f06904f887957d92ac740631c55;p=src%2Fapp-framework-binder.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 0ebd67b2..e1990923 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,20 +18,17 @@ 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") SET(PROJECT_DESCRIPTION "Secured binder of API for clients of the Application framework") -SET(PROJECT_VERSION "4.1") +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_SOVERSION "1") -SET(CMAKE_BUILD_TYPE Debug) -SET(CMAKE_POSITION_INDEPENDENT_CODE ON) - INCLUDE(FindPkgConfig) INCLUDE(CheckIncludeFiles) INCLUDE(CheckLibraryExists)