diff options
author | Frederic Marec <frederic.marec@iot.bzh> | 2020-02-18 16:30:04 +0100 |
---|---|---|
committer | Frederic Marec <frederic.marec@iot.bzh> | 2020-02-20 16:18:31 +0100 |
commit | 9b5a5abe9b65640691f4984052445839710e5819 (patch) | |
tree | 9d526dbcd6f34a6b52159da87819b541dc6b77ed /CMakeLists.txt | |
parent | 54d83caf8f92c6a68cf4e7fc067c31a5cc6880f1 (diff) |
Update autobuild script to create new targetsneedlefish_13.93.0needlefish/13.93.0marlin_12.93.0marlin_12.92.0marlin_12.91.0marlin_12.90.1marlin_12.90.0marlin/12.93.0marlin/12.92.0marlin/12.91.0marlin/12.90.1marlin/12.90.0lamprey_11.92.0lamprey_11.91.0lamprey/11.92.0lamprey/11.91.0koi_10.93.0koi_10.92.0koi_10.91.0koi/10.93.0koi/10.92.0koi/10.91.0jellyfish_9.99.4jellyfish_9.99.3jellyfish_9.99.2jellyfish_9.99.1jellyfish/9.99.4jellyfish/9.99.3jellyfish/9.99.2jellyfish/9.99.19.99.49.99.39.99.29.99.113.93.012.93.012.92.012.91.012.90.112.90.011.92.011.91.010.93.010.92.010.91.0
Update autobuild script to create multiple widget target debug, coverage and all
Add config.cmake to match with cmake-app-module
Adapt CMakeLists folowing those changes
Bug-AGL: SPEC-2049
Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
Change-Id: I17748ab91808c1e82cde0e354928bde63d89286b
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4c343b3..3fe99ce 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,20 +14,6 @@ # limitations under the License. # -project(af-steering-wheel-binding C) - -cmake_minimum_required(VERSION 2.8) - -include(GNUInstallDirs) - -set(PROJECT_NAME "af-steering-wheel-binding") -set(PROJECT_PRETTY_NAME "af binding for steering wheel") -set(PROJECT_DESCRIPTION "Binding for handling Vehicle signalisation of steering wheel") -set(PROJECT_VERSION "1.0") - -#set(CMAKE_BUILD_TYPE Debug) -set(CMAKE_BUILD_TYPE Release) - -add_subdirectory(src) - +CMAKE_MINIMUM_REQUIRED(VERSION 3.3) +include(${CMAKE_CURRENT_SOURCE_DIR}/conf.d/cmake/config.cmake) |