Tests/RunCMake/property_init: test 'normal_non_imported' properties

This commit is contained in:
Ben Boeckel
2023-07-25 14:39:12 -04:00
parent c1ff120e42
commit 0b56e3fedd
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
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)

View File

@@ -6,3 +6,4 @@ run_cmake(Executable)
run_cmake(ImportedTargets)
run_cmake(LibraryArtifact)
run_cmake(Linkable)
run_cmake(NonImportedNormalTarget)