mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 22:30:13 -06:00
Tests/RunCMake/property_init: test 'non_imported' properties
This commit is contained in:
11
Tests/RunCMake/property_init/NonImportedTarget.cmake
Normal file
11
Tests/RunCMake/property_init/NonImportedTarget.cmake
Normal file
@@ -0,0 +1,11 @@
|
||||
set(properties
|
||||
# property expected alias
|
||||
# Compilation properties
|
||||
## Language
|
||||
### CSharp
|
||||
"DOTNET_SDK" "Microsoft.NET.Sdk" "<SAME>"
|
||||
)
|
||||
|
||||
prepare_target_types(non_imported
|
||||
EXECUTABLE SHARED STATIC MODULE OBJECT INTERFACE CUSTOM)
|
||||
run_property_tests(non_imported properties)
|
||||
@@ -7,3 +7,4 @@ run_cmake(ImportedTargets)
|
||||
run_cmake(LibraryArtifact)
|
||||
run_cmake(Linkable)
|
||||
run_cmake(NonImportedNormalTarget)
|
||||
run_cmake(NonImportedTarget)
|
||||
|
||||
Reference in New Issue
Block a user