aboutsummaryrefslogtreecommitdiff
path: root/kapi/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'kapi/CMakeLists.txt')
-rw-r--r--kapi/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/kapi/CMakeLists.txt b/kapi/CMakeLists.txt
index 553b9ba..ca26615 100644
--- a/kapi/CMakeLists.txt
+++ b/kapi/CMakeLists.txt
@@ -8,6 +8,10 @@ target_sources("kapi" PUBLIC
"include/kapi/boot.hpp"
"include/kapi/cio.hpp"
"include/kapi/memory.hpp"
+ "include/kapi/memory/address.hpp"
+ "include/kapi/memory/frame_allocator.hpp"
+ "include/kapi/memory/frame.hpp"
+ "include/kapi/memory/page.hpp"
"include/kapi/system.hpp"
)