init
This commit is contained in:
12
P1/CMakeLists.txt
Executable file
12
P1/CMakeLists.txt
Executable file
@@ -0,0 +1,12 @@
|
||||
# Set the minimum required version of CMake
|
||||
cmake_minimum_required(VERSION 3.19)
|
||||
|
||||
# Set the project name
|
||||
project(HM_P1)
|
||||
|
||||
# Specify the C++ standard
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
|
||||
# Add all source files
|
||||
add_executable(HM_P1 main.cpp CMyVektor.cpp)
|
||||
Reference in New Issue
Block a user