diff options
Diffstat (limited to 'filesystem/CMakeLists.txt')
-rw-r--r-- | filesystem/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/filesystem/CMakeLists.txt b/filesystem/CMakeLists.txt index 07cfdc4..508f99d 100644 --- a/filesystem/CMakeLists.txt +++ b/filesystem/CMakeLists.txt | |||
@@ -2,6 +2,10 @@ cmake_minimum_required(VERSION 3.5) | |||
2 | 2 | ||
3 | project(filesystem) | 3 | project(filesystem) |
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(filesystem | 9 | add_library(filesystem |
6 | src/filesystem.c | 10 | src/filesystem.c |
7 | src/path.c) | 11 | src/path.c) |