aboutsummaryrefslogtreecommitdiff
path: root/arch/CMakeLists.txt
diff options
context:
space:
mode:
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}")