inital commit
This commit is contained in:
commit
fe71d498b5
2 changed files with 119 additions and 0 deletions
7
CMakeLists.txt
Normal file
7
CMakeLists.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
cmake_minimum_required(VERSION 3.20)
|
||||
|
||||
project(infinilog LANGUAGES CXX)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 20)
|
||||
|
||||
add_executable(${PROJECT_NAME} main.cpp)
|
||||
Loading…
Add table
Add a link
Reference in a new issue