We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f87470 commit 13a5ec7Copy full SHA for 13a5ec7
CMakeLists.txt
@@ -0,0 +1,11 @@
1
+cmake_minimum_required(VERSION 3.10)
2
+
3
+project(FileHandling)
4
5
+set(CXX_STANDARD 17)
6
+set(CXX_STANDARD_REQUIRED ON)
7
8
+set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
9
10
11
+add_subdirectory(WritingFile)
0 commit comments