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