mirror of
https://github.com/ttroy50/cmake-examples.git
synced 2025-12-18 12:14:36 +03:00
add initial folder structure and the first basic examples
This commit is contained in:
10
01-basic/C-static-library/inc/Hello.h
Normal file
10
01-basic/C-static-library/inc/Hello.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef __HELLO_H__
|
||||
#define __HELLO_H__
|
||||
|
||||
class Hello
|
||||
{
|
||||
public:
|
||||
void print();
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user