aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/CMakeLists.txt
diff options
context:
space:
mode:
authorFabian Imhof <fabian.imhof@ost.ch>2024-10-20 12:18:06 +0000
committerFabian Imhof <fabian.imhof@ost.ch>2024-10-20 12:18:06 +0000
commita706f9732ed9a91854f6245980cdbbca0d220835 (patch)
tree25cf94120a62033cb907e2d16500acecec38b6bd /arch/x86_64/CMakeLists.txt
parentaa0634589cb7d51f57e3e555bb15ebca99bc162e (diff)
parent2129bdb22bab7dc5a9d23a31c23f38e847511a46 (diff)
downloadteachos-a706f9732ed9a91854f6245980cdbbca0d220835.tar.xz
teachos-a706f9732ed9a91854f6245980cdbbca0d220835.zip
Merge branch 'feat_memory_manager' of ssh://gitlab.ost.ch:45022/teachos/kernel into feat_memory_manager
Diffstat (limited to 'arch/x86_64/CMakeLists.txt')
-rw-r--r--arch/x86_64/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86_64/CMakeLists.txt b/arch/x86_64/CMakeLists.txt
index 645660a..8658ed7 100644
--- a/arch/x86_64/CMakeLists.txt
+++ b/arch/x86_64/CMakeLists.txt
@@ -57,6 +57,7 @@ target_sources("_memory" PRIVATE
#]============================================================================]
target_sources("_exception" PRIVATE
+ "src/exception_handling/assert.cpp"
"src/exception_handling/abort.cpp"
"src/exception_handling/panic.cpp"
)