mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 22:30:13 -06:00
Tests/RunCMake/property_init: test 'normal' properties
This commit is contained in:
10
Tests/RunCMake/property_init/NormalTarget.cmake
Normal file
10
Tests/RunCMake/property_init/NormalTarget.cmake
Normal file
@@ -0,0 +1,10 @@
|
||||
per_config(properties
|
||||
# property expected alias
|
||||
# Usage requirement properties
|
||||
"MAP_IMPORTED_CONFIG_" "Release" "<UNSET>"
|
||||
)
|
||||
|
||||
prepare_target_types(normal
|
||||
EXECUTABLE INTERFACE MODULE OBJECT SHARED STATIC
|
||||
IMPORTED_EXECUTABLE IMPORTED_INTERFACE IMPORTED_MODULE IMPORTED_OBJECT IMPORTED_SHARED IMPORTED_STATIC)
|
||||
run_property_tests(normal properties)
|
||||
@@ -8,3 +8,4 @@ run_cmake(LibraryArtifact)
|
||||
run_cmake(Linkable)
|
||||
run_cmake(NonImportedNormalTarget)
|
||||
run_cmake(NonImportedTarget)
|
||||
run_cmake(NormalTarget)
|
||||
|
||||
Reference in New Issue
Block a user