aboutsummaryrefslogtreecommitdiff
path: root/source/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2023-10-07 16:09:02 +0200
committerFelix Morgner <felix.morgner@ost.ch>2023-10-07 16:09:02 +0200
commit2ae6a312ecd3c94892066624b43c9a2b08f48cf9 (patch)
tree67418e744a58a90beda50bc767b7ee02cb33e275 /source/CMakeLists.txt
parenta5a1c6c55aeb9db352d116806ab01477e6dec344 (diff)
downloadteachos-2ae6a312ecd3c94892066624b43c9a2b08f48cf9.tar.xz
teachos-2ae6a312ecd3c94892066624b43c9a2b08f48cf9.zip
ide: add some debugging support
Diffstat (limited to 'source/CMakeLists.txt')
-rw-r--r--source/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt
index 0ae9e40..3fa076c 100644
--- a/source/CMakeLists.txt
+++ b/source/CMakeLists.txt
@@ -7,5 +7,7 @@ project("kernel"
LANGUAGES ASM C CXX
)
+set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/bin")
+
add_subdirectory("boot")
add_subdirectory("kernel")