aboutsummaryrefslogtreecommitdiff
path: root/random/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'random/CMakeLists.txt')
-rw-r--r--random/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/random/CMakeLists.txt b/random/CMakeLists.txt
index 3c4b2dc..c759ef8 100644
--- a/random/CMakeLists.txt
+++ b/random/CMakeLists.txt
@@ -12,4 +12,4 @@ add_library(random
12 12
13target_include_directories(random PUBLIC include) 13target_include_directories(random PUBLIC include)
14 14
15target_compile_options(random PRIVATE -Wall -Wextra) 15target_compile_options(random PRIVATE -Wall -Wextra -Wpedantic)