diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2023-11-28 12:19:13 -0500 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2023-11-28 12:19:13 -0500 |
| commit | d6792165cb7df9f8f7d8e734a5af63bc25d83fbc (patch) | |
| tree | 256a10e6452996629c0681a966158e76bf22aa71 /CMakeLists.txt | |
| parent | 99947625e8c81bedea910ae52da816dd942d52d9 (diff) | |
move MemBucket declaration to a typedef header
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 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 |
