diff options
Diffstat (limited to 'random')
| -rw-r--r-- | random/CMakeLists.txt | 2 |
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 | ||
| 13 | target_include_directories(random PUBLIC include) | 13 | target_include_directories(random PUBLIC include) |
| 14 | 14 | ||
| 15 | target_compile_options(random PRIVATE -Wall -Wextra) | 15 | target_compile_options(random PRIVATE -Wall -Wextra -Wpedantic) |
