Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
b4db306afff5da683aedd99bd8a9ea0c850f22df
/
.
/
Tests
/
RunCMake
/
CSharpCustomCommand
/
TargetWithCommand.cmake
blob: fdaea5cb28a50a760d4123727846b91a0aeae4f6 [
file
]
enable_language
(
CSharp
)
add_custom_target
(
drive ALL SOURCES dummy
.
cs
COMMAND $
{
CMAKE_COMMAND
}
-
E echo
"Custom target with CSharp source"
)