mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
10
Tests/CSharpLinkToCxx/cli.cpp
Normal file
10
Tests/CSharpLinkToCxx/cli.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "cli.hpp"
|
||||
|
||||
using namespace System;
|
||||
|
||||
namespace CLIApp {
|
||||
void MyCli::testMyCli()
|
||||
{
|
||||
Console::WriteLine("#message from CLIApp");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user