mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 13:48:33 -05:00
82507e80eb
All targets get these targets initialized.
16 lines
414 B
CMake
16 lines
414 B
CMake
set(properties
|
|
# property expected alias
|
|
# Test a property which should never be initialized.
|
|
"notset" "<UNSET>" "<SAME>"
|
|
|
|
# Build graph properties
|
|
"VERIFY_INTERFACE_HEADER_SETS" "TRUE" "<SAME>"
|
|
|
|
# Metadata
|
|
"FOLDER" "folder" "<SAME>"
|
|
)
|
|
|
|
prepare_target_types(always ${all_target_types})
|
|
|
|
run_property_tests(always properties)
|