cmake: Custom target for holding properties

Defines an empty custom target whose purpose is to hold properties and configuration
data that can be retrieved using generator expressions in the build phase.
This commit is contained in:
Adrian Danis
2017-11-15 10:48:04 +11:00
parent a2c8462efb
commit 9134ae3ee4

View File

@@ -28,6 +28,8 @@ if(KernelVerificationBuild)
set(force CLEAR)
endif()
mark_as_advanced(${force} CSPEC_DIR SKIP_MODIFIES TOPLEVELTYPES SORRY_BITFIELD_PROOFS UMM_TYPES)
# Use a custom target for collecting information during generation that we need during build
add_custom_target(kernel_config_target)
########################
# Architecture selection