Created the CMakeLists.txt
This commit is contained in:
parent
87d0966443
commit
c10a76ef10
6
CMakeLists.txt
Normal file
6
CMakeLists.txt
Normal file
@ -0,0 +1,6 @@
|
||||
cmake_minimum_required(VERSION 3.26)
|
||||
project(CPP_Learning)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 14)
|
||||
|
||||
include_directories(.)
|
Loading…
x
Reference in New Issue
Block a user