You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
764 B
22 lines
764 B
set(properties
|
|
# property expected alias
|
|
# Compilation properties
|
|
"POSITION_INDEPENDENT_CODE" "True" "<SAME>"
|
|
)
|
|
|
|
prepare_target_types(pic_targets
|
|
EXECUTABLE MODULE OBJECT SHARED STATIC
|
|
IMPORTED_MODULE IMPORTED_SHARED)
|
|
run_property_tests(pic_targets properties)
|
|
|
|
set(APPEND properties_with_defaults
|
|
# property expected alias
|
|
"POSITION_INDEPENDENT_CODE" "True" "<SAME>"
|
|
)
|
|
|
|
prepare_target_types(pic_default_targets
|
|
MODULE SHARED
|
|
IMPORTED_MODULE IMPORTED_SHARED)
|
|
set(with_defaults 1)
|
|
run_property_tests(pic_default_targets properties_with_defaults)
|