ENH: add more paths for the HP
[cmake.git] / Example / Hello / hello.h
blobb17d683432d3c7d2b09e75b4ab014089c550c98e
1 #ifndef _hello_h
2 #define _hello_h
5 class Hello
7 public:
8 void Print();
9 };
11 #endif