Initial project structure
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
commit
e06858dcf5
5 changed files with 16 additions and 0 deletions
3
hello_world/CMakeLists.txt
Normal file
3
hello_world/CMakeLists.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
project(helloworld)
|
||||
set(SOURCES main.cpp)
|
||||
add_executable(${PROJECT_NAME} ${SOURCES})
|
Loading…
Add table
Add a link
Reference in a new issue