mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 22:30:07 -05:00
Tests/RunCMake/property_init: test 'imported' properties
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user