From c10a76ef10df2f5fa2c004f774bcacdca77c0d40 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Wed, 27 Sep 2023 18:20:16 +0200 Subject: [PATCH] Created the CMakeLists.txt --- CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CMakeLists.txt 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