aboutsummaryrefslogtreecommitdiff
path: root/error/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 /error/CMakeLists.txt
parentc3f868d293a9b63a2bdc74dabdeaec9c4a0dfc5a (diff)
Add pedantic
Diffstat (limited to 'error/CMakeLists.txt')
-rw-r--r--error/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/error/CMakeLists.txt b/error/CMakeLists.txt
index fbbc945..c74921f 100644
--- a/error/CMakeLists.txt
+++ b/error/CMakeLists.txt
@@ -15,4 +15,4 @@ target_include_directories(error PUBLIC
15target_link_libraries(error 15target_link_libraries(error
16 cstring) 16 cstring)
17 17
18target_compile_options(error PRIVATE -Wall -Wextra) 18target_compile_options(error PRIVATE -Wall -Wextra -Wpedantic)