diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2023-10-07 11:31:42 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2023-10-07 11:31:42 +0200 |
| commit | 0942321b4f09db58927dcd56940785567e19db92 (patch) | |
| tree | 496fa2db10dff18ae54c973592ee6d273877d2d0 /source/CMakeLists.txt | |
| parent | 090ba239c5c71c765706019fa2733ed2b28ece8f (diff) | |
| download | teachos-0942321b4f09db58927dcd56940785567e19db92.tar.xz teachos-0942321b4f09db58927dcd56940785567e19db92.zip | |
build: perform cleaner split for platform settings
Diffstat (limited to 'source/CMakeLists.txt')
| -rw-r--r-- | source/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index 80b566e..0ae9e40 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -7,5 +7,5 @@ project("kernel" LANGUAGES ASM C CXX ) -add_subdirectory("boot/arch/${CMAKE_SYSTEM_PROCESSOR}") +add_subdirectory("boot") add_subdirectory("kernel") |
