This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
e96683b048
CMake
/
Example
/
Hello
/
hello.h
12 lines
85 B
C++
Raw
Blame
History
#
ifndef _hello_h
#
define _hello_h
class
Hello
{
public
:
void
Print
(
)
;
}
;
#
endif
Reference in New Issue
View Git Blame
Copy Permalink