summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 498adc8..72429c9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -17,6 +17,7 @@ target_include_directories(isogfx PUBLIC
17 17
18target_link_libraries(isogfx PUBLIC 18target_link_libraries(isogfx PUBLIC
19 filesystem 19 filesystem
20 math
20 memstack) 21 memstack)
21 22
22target_compile_options(isogfx PRIVATE -Wall -Wextra -Wpedantic) 23target_compile_options(isogfx PRIVATE -Wall -Wextra -Wpedantic)