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