diff options
Diffstat (limited to 'cassert/CMakeLists.txt')
-rw-r--r-- | cassert/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cassert/CMakeLists.txt b/cassert/CMakeLists.txt index 13e5560..fedb082 100644 --- a/cassert/CMakeLists.txt +++ b/cassert/CMakeLists.txt | |||
@@ -2,6 +2,10 @@ cmake_minimum_required(VERSION 3.5) | |||
2 | 2 | ||
3 | project(cassert) | 3 | project(cassert) |
4 | 4 | ||
5 | set(CMAKE_C_STANDARD 23) | ||
6 | set(CMAKE_C_STANDARD_REQUIRED On) | ||
7 | set(CMAKE_C_EXTENSIONS Off) | ||
8 | |||
5 | add_library(cassert INTERFACE) | 9 | add_library(cassert INTERFACE) |
6 | 10 | ||
7 | target_include_directories(cassert INTERFACE | 11 | target_include_directories(cassert INTERFACE |