Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
34c0c7754ffdbc03b94de64f55eb046b9bbaec0d
/
.
/
Tests
/
RunCMake
/
VS10Project
/
VsFrameworkReference.cmake
blob: 0e4d6fb7950a935928f578bd813c7326b77c4b67 [
file
] [
log
] [
blame
]
enable_language
(
CXX
)
add_executable
(
foo foo
.
cpp
)
set_target_properties
(
foo PROPERTIES
COMMON_LANGUAGE_RUNTIME
"netcore"
DOTNET_TARGET_FRAMEWORK
"net8.0-windows"
VS_FRAMEWORK_REFERENCES
"Microsoft.WindowsDesktop.App.WPF"
)