summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-03-01 13:26:59 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-03-01 13:26:59 +0100
commit20c3abcfc8fd6d7752438f2ec831e5496dbff673 (patch)
tree65b2bc23b0f7dbf66feb5c3f44b99f846fe012f3 /CMakeLists.txt
parent784a4413c2a05ab1236d59b4af7a5880bbd93d54 (diff)
downloadkube-20c3abcfc8fd6d7752438f2ec831e5496dbff673.tar.gz
kube-20c3abcfc8fd6d7752438f2ec831e5496dbff673.zip
Set the project version
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c4de411a..195fabc2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,10 @@
1project(kube) 1cmake_minimum_required(VERSION 3.0)
2
3cmake_policy(SET CMP0048 NEW)
4cmake_policy(SET CMP0028 NEW)
5
6project(kube VERSION 0.1.0)
2 7
3cmake_minimum_required(VERSION 2.8.12)
4enable_testing() 8enable_testing()
5 9
6add_subdirectory(framework) 10add_subdirectory(framework)