diff options
author | 3gg <3gg@shellblade.net> | 2025-07-19 13:23:29 -0700 |
---|---|---|
committer | 3gg <3gg@shellblade.net> | 2025-07-19 13:23:29 -0700 |
commit | a19049d7a6bed9b236c5e714dde844925750e39d (patch) | |
tree | 0113934ffe8e94fc2e20c4248886a1b79ae64a55 /CMakeLists.txt | |
parent | 6e0913a3f77354eab2eeceba66db7d1750e22581 (diff) |
Implement camera pan
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) |