blob: fec5bf86df98feacd579c58d617d23e172ea5a4a (
plain) (
blame)
1
2
3
4
5
6
7
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")
|