summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake')
-rw-r--r--cmake/module/metadata.cmake8
1 files changed, 8 insertions, 0 deletions
diff --git a/cmake/module/metadata.cmake b/cmake/module/metadata.cmake
new file mode 100644
index 0000000..fec5bf8
--- /dev/null
+++ b/cmake/module/metadata.cmake
@@ -0,0 +1,8 @@
+# FIX: get elements from ObjectiveProject_ROOT/arch directory
+set(OBJECTIVE_SUPPORTED_PROCESSORS x86;arm/sunxi CACHE STRING "Supported
+processors by Objective kernel")
+
+# FIX: get apps from docs
+set(OBJECTIVE_SUPPORTED_ISO_CREATION_APPS grub-mkrescue CACHE STRING "Supported
+apps to create ISO image")
+