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