mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 20:00:51 -05:00
move example into the source tree so it will work...
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#ifndef _hello_h
|
||||
#define _hello_h
|
||||
|
||||
|
||||
class Hello
|
||||
{
|
||||
public:
|
||||
void Print();
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user