diff options
author | 3gg <3gg@shellblade.net> | 2025-06-30 16:32:02 -0700 |
---|---|---|
committer | 3gg <3gg@shellblade.net> | 2025-06-30 16:32:02 -0700 |
commit | 5e37f0e0be9f395fe5c14f3bca82074366307a01 (patch) | |
tree | 9f5524efd52313c95d64e2106a1dc807698a8b88 /CMakeLists.txt | |
parent | a0bb0d0114c2b228f2f1715b6fc53d99901b0193 (diff) |
Use C23
Diffstat (limited to 'CMakeLists.txt')
-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) |