Add refactored CMake example
This commit is contained in:
9
modules/ModuleB/include/moduleB/ClassB.h
Normal file
9
modules/ModuleB/include/moduleB/ClassB.h
Normal file
@ -0,0 +1,9 @@
|
||||
#ifndef CLASS_B_
|
||||
#define CLASS_B_
|
||||
|
||||
class ClassB {
|
||||
public:
|
||||
static void hello();
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user