aboutsummaryrefslogtreecommitdiff
path: root/random/CMakeLists.txt
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2026-04-05 15:00:15 -0700
committer3gg <3gg@shellblade.net>2026-04-05 15:00:15 -0700
commit51cb3dca28db17a1975cc9e04b6c75d2c89715c2 (patch)
tree26e03ea266bf8f7f9f0e27126cde9da51335f5dc /random/CMakeLists.txt
parentc3f868d293a9b63a2bdc74dabdeaec9c4a0dfc5a (diff)
Add pedantic
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)