blob: 0b519980e2f2e8e103ae3cdea248bd7bf015115d (
plain)
1
2
3
4
5
6
7
8
9
|
set(properties
# property expected alias
"SYSTEM" "ON" "<SAME>"
)
prepare_target_types(imported
IMPORTED_EXECUTABLE IMPORTED_INTERFACE IMPORTED_MODULE IMPORTED_OBJECT IMPORTED_SHARED IMPORTED_STATIC)
set(with_defaults 1)
run_property_tests(imported properties)
|