Add CMake example
This commit is contained in:
10
cmake-example/apps/myapp.cpp
Normal file
10
cmake-example/apps/myapp.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include <cstdlib>
|
||||
#include <iostream>
|
||||
|
||||
#include "mylib/foo.hpp"
|
||||
|
||||
int main()
|
||||
{
|
||||
std::cout << mylib::foo() << "\n";
|
||||
return EXIT_SUCCESS;
|
||||
}
|
Reference in New Issue
Block a user