aboutsummaryrefslogtreecommitdiff
path: root/kapi/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'kapi/CMakeLists.txt')
-rw-r--r--kapi/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/kapi/CMakeLists.txt b/kapi/CMakeLists.txt
index 3a15fee..14244bc 100644
--- a/kapi/CMakeLists.txt
+++ b/kapi/CMakeLists.txt
@@ -5,12 +5,13 @@ target_sources("kapi" PUBLIC
FILE_SET HEADERS
BASE_DIRS "include"
FILES
- "include/kapi/io.hpp"
+ "include/kapi/cio.hpp"
"include/kapi/memory.hpp"
"include/kapi/system.hpp"
)
target_sources("kapi" PRIVATE
+ "src/cio.cpp"
"src/system.cpp"
)