diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/CMakeLists.txt | 2 | ||||
-rw-r--r-- | app/demo/CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt index 7703ccb..588ee87 100644 --- a/app/CMakeLists.txt +++ b/app/CMakeLists.txt | |||
@@ -1,4 +1,4 @@ | |||
1 | cmake_minimum_required(VERSION 3.0) | 1 | cmake_minimum_required(VERSION 3.5) |
2 | 2 | ||
3 | add_subdirectory(contrib/glad) | 3 | add_subdirectory(contrib/glad) |
4 | 4 | ||
diff --git a/app/demo/CMakeLists.txt b/app/demo/CMakeLists.txt index bbb3aae..58d77cc 100644 --- a/app/demo/CMakeLists.txt +++ b/app/demo/CMakeLists.txt | |||
@@ -1,4 +1,4 @@ | |||
1 | cmake_minimum_required(VERSION 3.0) | 1 | cmake_minimum_required(VERSION 3.5) |
2 | 2 | ||
3 | project(gfxappdemo) | 3 | project(gfxappdemo) |
4 | 4 | ||