diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..9686508 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,6 @@ +cmake_minimum_required(VERSION 3.26) +project(CPP_Learning) + +set(CMAKE_CXX_STANDARD 14) + +include_directories(.) \ No newline at end of file