blob: 4db0ca36842cf9150679273b97b450ca3fab5096 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
set(properties
# property expected alias
# Compilation properties
## Language
### CSharp
"DOTNET_TARGET_FRAMEWORK" "netcoreapp2.1" "<SAME>"
"DOTNET_TARGET_FRAMEWORK_VERSION" "v4.5" "<SAME>"
)
prepare_target_types(with_commands
EXECUTABLE MODULE OBJECT SHARED STATIC CUSTOM
IMPORTED_EXECUTABLE IMPORTED_MODULE IMPORTED_OBJECT IMPORTED_SHARED IMPORTED_STATIC)
run_property_tests(with_commands properties)
|