diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 8 |
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 @@ | |||
1 | project(kube) | 1 | cmake_minimum_required(VERSION 3.0) |
2 | |||
3 | cmake_policy(SET CMP0048 NEW) | ||
4 | cmake_policy(SET CMP0028 NEW) | ||
5 | |||
6 | project(kube VERSION 0.1.0) | ||
2 | 7 | ||
3 | cmake_minimum_required(VERSION 2.8.12) | ||
4 | enable_testing() | 8 | enable_testing() |
5 | 9 | ||
6 | add_subdirectory(framework) | 10 | add_subdirectory(framework) |