aboutsummaryrefslogtreecommitdiff
path: root/src/common/CMakeLists.txt
diff options
context:
space:
mode:
author--author=Liam <byteslice@airmail.cc>2023-11-17 20:25:23 +0200
committert895 <clombardo169@gmail.com>2023-11-25 00:46:15 -0500
commit29e7d79a869090a39127442cb9553bf46a8cd009 (patch)
treeab78918937ec14a0559312411d944aec18cfb659 /src/common/CMakeLists.txt
parent20011dfeb8d1fa00a862e9b31ce10ceca8015fa2 (diff)
common: Add free region manager
* Abstraction for placeholder region tracking in host_memory
Diffstat (limited to 'src/common/CMakeLists.txt')
-rw-r--r--src/common/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index 7107f4f78..98fd5f1e4 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -52,6 +52,7 @@ add_library(common STATIC
fiber.cpp
fiber.h
fixed_point.h
+ free_region_manager.h
fs/file.cpp
fs/file.h
fs/fs.cpp