Skip to content
Snippets Groups Projects
Commit 3dd85b65 authored by Martin Heistermann's avatar Martin Heistermann
Browse files

add dummy cmake project

parent 62998da9
Branches
Tags
No related merge requests found
/build*/
project(Test)
add_executable(test test.cc)
#include <iostream>
int main(int argc, char *argv[])
{
std::cout << "Hello." << std::endl;
return 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment