Add CMake example
This commit is contained in:
10
cmake-example/include/mylib/foo.hpp
Normal file
10
cmake-example/include/mylib/foo.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef MYLIB_FOO_HPP
|
||||
#define MYLIB_FOO_HPP
|
||||
|
||||
namespace mylib {
|
||||
|
||||
int foo();
|
||||
|
||||
} // end namespace mylib
|
||||
|
||||
#endif // MYLIB_FOO_HPP
|
Reference in New Issue
Block a user