aboutsummaryrefslogtreecommitdiff
path: root/arch/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2025-07-14 16:25:00 +0000
committerFelix Morgner <felix.morgner@ost.ch>2025-07-14 16:25:00 +0000
commitec572bff8150e2f8cd2dc99e053c5e8c8a0b99e3 (patch)
treef66048c99b5015bf9cb7603b7be09c2a28d766ee /arch/CMakeLists.txt
parent25483b7af8df6b08d460f807fda04c6d409bd44e (diff)
downloadteachos-ec572bff8150e2f8cd2dc99e053c5e8c8a0b99e3.tar.xz
teachos-ec572bff8150e2f8cd2dc99e053c5e8c8a0b99e3.zip
arch: prepare interfaces
Diffstat (limited to 'arch/CMakeLists.txt')
-rw-r--r--arch/CMakeLists.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/CMakeLists.txt b/arch/CMakeLists.txt
index 3bdc3c2..c7b2c15 100644
--- a/arch/CMakeLists.txt
+++ b/arch/CMakeLists.txt
@@ -1,7 +1,7 @@
-add_library("arch-all" INTERFACE)
-add_library("arch::all" ALIAS "arch-all")
+add_library("arch-any" INTERFACE)
+add_library("arch::any" ALIAS "arch-any")
-target_sources("arch-all" INTERFACE
+target_sources("arch-any" INTERFACE
FILE_SET HEADERS
BASE_DIRS "include"
FILES
@@ -10,8 +10,8 @@ target_sources("arch-all" INTERFACE
"include/arch/system.hpp"
)
-target_include_directories("arch-all" INTERFACE
+target_include_directories("arch-any" INTERFACE
"include"
)
-# add_subdirectory("${CMAKE_SYSTEM_PROCESSOR}")
+add_subdirectory("${CMAKE_SYSTEM_PROCESSOR}")