mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 22:30:13 -06:00
Tests/RunCMake/property_init: test 'normal_non_imported' properties
This commit is contained in:
@@ -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)
|
||||
@@ -6,3 +6,4 @@ run_cmake(Executable)
|
||||
run_cmake(ImportedTargets)
|
||||
run_cmake(LibraryArtifact)
|
||||
run_cmake(Linkable)
|
||||
run_cmake(NonImportedNormalTarget)
|
||||
|
||||
Reference in New Issue
Block a user