1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 19:08:07 +08:00
Files
CMake/Tests/CSharpLinkToCxx/cli.cpp
2017-06-21 08:37:15 +02:00

11 lines
140 B
C++

#include "cli.hpp"
using namespace System;
namespace CLIApp {
void MyCli::testMyCli()
{
Console::WriteLine("#message from CLIApp");
}
}