From 580e21ce21f6d04017ce8d12a0c99b8c2e83fa77 Mon Sep 17 00:00:00 2001 From: Jens Georg <jens.georg@desy.de> Date: Thu, 2 Jul 2020 14:44:52 +0200 Subject: [PATCH] Add CMakeLists.txt --- CMakeLists.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..dd6731a --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,10 @@ +PROJECT(bam-config NONE) +cmake_minimum_required(VERSION 3.5) + +# Note: Always keep MAJOR_VERSION and MINOR_VERSION identical to the server version. Count only the patch separately. +set(${PROJECT_NAME}_MAJOR_VERSION 01) +set(${PROJECT_NAME}_MINOR_VERSION 18) +set(${PROJECT_NAME}_PATCH_VERSION 00) +include(cmake/set_version_numbers.cmake) + +include(cmake/config_generator_project.cmake) -- GitLab