2023-12-07 09:12:54 +01: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)