diff options
Diffstat (limited to 'timer/CMakeLists.txt')
-rw-r--r-- | timer/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/timer/CMakeLists.txt b/timer/CMakeLists.txt index 717f70b..fb300a0 100644 --- a/timer/CMakeLists.txt +++ b/timer/CMakeLists.txt | |||
@@ -2,6 +2,10 @@ cmake_minimum_required(VERSION 3.5) | |||
2 | 2 | ||
3 | project(timer) | 3 | project(timer) |
4 | 4 | ||
5 | set(CMAKE_C_STANDARD 23) | ||
6 | set(CMAKE_C_STANDARD_REQUIRED On) | ||
7 | set(CMAKE_C_EXTENSIONS Off) | ||
8 | |||
5 | # Library | 9 | # Library |
6 | 10 | ||
7 | set(SRC | 11 | set(SRC |