diff options
Diffstat (limited to 'gfx-iso/CMakeLists.txt')
-rw-r--r-- | gfx-iso/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gfx-iso/CMakeLists.txt b/gfx-iso/CMakeLists.txt index b57a83f..993bbb3 100644 --- a/gfx-iso/CMakeLists.txt +++ b/gfx-iso/CMakeLists.txt | |||
@@ -14,6 +14,7 @@ target_include_directories(isogfx PUBLIC | |||
14 | 14 | ||
15 | target_link_libraries(isogfx PRIVATE | 15 | target_link_libraries(isogfx PRIVATE |
16 | filesystem | 16 | filesystem |
17 | mem | ||
17 | mempool) | 18 | mempool) |
18 | 19 | ||
19 | target_compile_options(isogfx PRIVATE -Wall -Wextra -Wpedantic) | 20 | target_compile_options(isogfx PRIVATE -Wall -Wextra -Wpedantic) |