Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
132f45a0991984351ab59d2acfcb5b07082bf6b5
/
.
/
Tests
/
RunCMake
/
VS10Project
/
VSDotnetTargetFrameworkVersion.cmake
blob: 8e0e0b4c0f4a068370e362535093347d1672107a [
file
] [
log
] [
blame
]
enable_language
(
CSharp
)
if
(
NOT CMAKE_CSharp_COMPILER
)
return
()
endif
()
set
(
CMAKE_DOTNET_TARGET_FRAMEWORK_VERSION
"v4.6.1"
)
add_library
(
foo SHARED foo
.
cs
)
set
(
CMAKE_DOTNET_TARGET_FRAMEWORK
"netcoreapp3.1"
)
add_library
(
bar SHARED foo
.
cs
)