diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
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 | ||
18 | target_link_libraries(isogfx PUBLIC | 18 | target_link_libraries(isogfx PUBLIC |
19 | filesystem | 19 | filesystem |
20 | math | ||
20 | memstack) | 21 | memstack) |
21 | 22 | ||
22 | target_compile_options(isogfx PRIVATE -Wall -Wextra -Wpedantic) | 23 | target_compile_options(isogfx PRIVATE -Wall -Wextra -Wpedantic) |