initial
This commit is contained in:
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
/DATA
|
||||||
|
/cmake-build-debug
|
||||||
|
/.idea
|
||||||
|
.DS_Store
|
||||||
7
CMakeLists.txt
Normal file
7
CMakeLists.txt
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
cmake_minimum_required(VERSION 3.26)
|
||||||
|
project(TP8)
|
||||||
|
|
||||||
|
set(CMAKE_CXX_STANDARD 14)
|
||||||
|
|
||||||
|
add_executable(TP8
|
||||||
|
main.cpp)
|
||||||
Reference in New Issue
Block a user