chore: build with cmake
This commit is contained in:
parent
b14f8d5950
commit
43ce32922b
|
@ -0,0 +1 @@
|
||||||
|
build/
|
|
@ -0,0 +1,5 @@
|
||||||
|
cmake_minimum_required(VERSION 3.27)
|
||||||
|
|
||||||
|
project(HelloWorld)
|
||||||
|
|
||||||
|
add_executable(${PROJECT_NAME} hello.cpp)
|
Loading…
Reference in New Issue