diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2025-07-14 16:25:00 +0000 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2025-07-14 16:25:00 +0000 |
| commit | ec572bff8150e2f8cd2dc99e053c5e8c8a0b99e3 (patch) | |
| tree | f66048c99b5015bf9cb7603b7be09c2a28d766ee /arch/CMakeLists.txt | |
| parent | 25483b7af8df6b08d460f807fda04c6d409bd44e (diff) | |
| download | teachos-ec572bff8150e2f8cd2dc99e053c5e8c8a0b99e3.tar.xz teachos-ec572bff8150e2f8cd2dc99e053c5e8c8a0b99e3.zip | |
arch: prepare interfaces
Diffstat (limited to 'arch/CMakeLists.txt')
| -rw-r--r-- | arch/CMakeLists.txt | 10 |
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}") |
