Add the function afb_req_get_uid
[src/app-framework-binder.git] / CMakeLists.txt
index c2ab462..e199092 100644 (file)
 
 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_URL "https://github.com/iotbzh/afb-daemon")
+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)