summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bb3d0941..a3784ad6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,7 @@
1project(kube) 1project(kube)
2 2
3cmake_minimum_required(VERSION 2.8.12) 3cmake_minimum_required(VERSION 2.8.12)
4enable_testing()
4 5
5add_subdirectory(framework) 6add_subdirectory(framework)
6add_subdirectory(components) 7add_subdirectory(components)