mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 10:47:59 +08:00
11 lines
91 B
C++
11 lines
91 B
C++
#pragma once
|
|
|
|
namespace CLIApp {
|
|
public
|
|
ref class MyCli
|
|
{
|
|
public:
|
|
void testMyCli();
|
|
};
|
|
}
|