aboutsummaryrefslogtreecommitdiff
path: root/source/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'source/CMakeLists.txt')
-rw-r--r--source/CMakeLists.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt
new file mode 100644
index 0000000..80b566e
--- /dev/null
+++ b/source/CMakeLists.txt
@@ -0,0 +1,11 @@
+cmake_minimum_required(VERSION "3.27")
+
+project("kernel"
+ DESCRIPTION "${TEACHOS_DESCRIPTION}"
+ HOMEPAGE_URL "${TEACHOS_HOMEPAGE_URL}"
+ VERSION "${TEACHOS_VERSION}"
+ LANGUAGES ASM C CXX
+)
+
+add_subdirectory("boot/arch/${CMAKE_SYSTEM_PROCESSOR}")
+add_subdirectory("kernel")