Files
CMake/Tests/RunCMake/property_init/Always.cmake
T
Ben Boeckel 82507e80eb Tests/RunCMake/property_init: test 'always' properties
All targets get these targets initialized.
2023-07-29 09:35:20 -04:00

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)