Init
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
|
||||
set(target frame)
|
||||
|
||||
|
||||
add_executable(${target} main.cpp)
|
||||
@@ -0,0 +1,7 @@
|
||||
#include <iostream>
|
||||
|
||||
int main()
|
||||
{
|
||||
std::cout << "Hallo Welt" << std::endl;
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user