mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-05 19:04:22 +00:00
Creating the source tree
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
.idea/*
|
||||||
|
cmake-build-debug/*
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
cmake_minimum_required(VERSION 3.15)
|
||||||
|
project(Hillnes)
|
||||||
|
|
||||||
|
set(CMAKE_CXX_STANDARD 20)
|
||||||
|
|
||||||
|
add_executable(Hillnes main.cpp)
|
||||||
Reference in New Issue
Block a user