From 74eaee0fcc7390d4290b41a2a92ee34346e2f7c2 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Wed, 11 Oct 2023 14:43:50 +0200 Subject: teachos: restructure file layout --- source/kernel/CMakeLists.txt | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 source/kernel/CMakeLists.txt (limited to 'source/kernel/CMakeLists.txt') diff --git a/source/kernel/CMakeLists.txt b/source/kernel/CMakeLists.txt deleted file mode 100644 index bc60f6c..0000000 --- a/source/kernel/CMakeLists.txt +++ /dev/null @@ -1,25 +0,0 @@ -#[============================================================================[ -# Configure the generic settings for the kernel image. -# -# All the settings (e.g. include paths, linker flags, etc.) applied in this -# directly, are expected to be platform independent. -#]============================================================================] - -add_executable("kernel") - -target_compile_options("kernel" PRIVATE - "$<$:-Wall>" - "$<$:-Wextra>" - "$<$:-Werror>" - "$<$:-pedantic-errors>" -) - -set_target_properties("kernel" PROPERTIES - INTERPROCEDURAL_OPTIMIZATION YES -) - -#[============================================================================[ -# Apply the platform dependent settings to the kernel image. -#]============================================================================] - -add_subdirectory("arch/${CMAKE_SYSTEM_PROCESSOR}") \ No newline at end of file -- cgit v1.2.3