diff options
author | 3gg <3gg@shellblade.net> | 2023-07-13 08:29:36 -0700 |
---|---|---|
committer | 3gg <3gg@shellblade.net> | 2023-07-13 08:29:36 -0700 |
commit | 30920ebec7d66adbb540e907a49058dcf334383c (patch) | |
tree | 90272acdd4c4b5c52b9b8afd8c4b1843d735f8d6 /gfx-iso/CMakeLists.txt | |
parent | 3220f35e5b3a2285d8c79c81b7f75eedd66faa14 (diff) |
Use new mem allocator that supports variable-sized chunks.
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) |