Tests/RunCMake/property_init: test 'imported' properties

This commit is contained in:
Ben Boeckel
2023-07-25 14:36:05 -04:00
parent a6ebd68aa7
commit a048be7e3a
2 changed files with 10 additions and 0 deletions
@@ -0,0 +1,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)
@@ -3,3 +3,4 @@ include(RunCMake)
run_cmake(Always)
run_cmake(CompileSources)
run_cmake(Executable)
run_cmake(ImportedTargets)