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.
cmake/Tests/RunCMake/property_init/NonImportedNormalTarget.cmake

10 lines
290 B

set(properties
# property expected alias
# Linking properties
"LINK_LIBRARIES_ONLY_TARGETS" "OFF" "<SAME>"
)
prepare_target_types(normal_non_imported
EXECUTABLE SHARED STATIC MODULE OBJECT INTERFACE)
run_property_tests(normal_non_imported properties)