summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2023-11-28 12:19:13 -0500
committerJonathan Bradley <jcb@pikum.xyz>2023-11-28 12:19:13 -0500
commitd6792165cb7df9f8f7d8e734a5af63bc25d83fbc (patch)
tree256a10e6452996629c0681a966158e76bf22aa71 /CMakeLists.txt
parent99947625e8c81bedea910ae52da816dd942d52d9 (diff)
move MemBucket declaration to a typedef header
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 c938efe..eb275ea 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -33,6 +33,7 @@ set(PKE_SOURCE_FILES
src/helpers.cpp
src/math-helpers.hpp
src/math-helpers.cpp
+ src/memory-type-defs.hpp
src/memory.hpp
src/memory.cpp
src/memory-allocator.hpp