diff options
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b13f28b..78e5733 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -1,5 +1,9 @@ | |||
1 | cmake_minimum_required(VERSION 3.0) | 1 | cmake_minimum_required(VERSION 3.0) |
2 | 2 | ||
3 | set(CMAKE_C_STANDARD 23) | ||
4 | set(CMAKE_C_STANDARD_REQUIRED On) | ||
5 | set(CMAKE_C_EXTENSIONS Off) | ||
6 | |||
3 | include(cmake/shader.txt) | 7 | include(cmake/shader.txt) |
4 | 8 | ||
5 | add_subdirectory(contrib/cgltf) | 9 | add_subdirectory(contrib/cgltf) |