We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72f4d44 commit 494408bCopy full SHA for 494408b
CMakeLists.txt
@@ -0,0 +1,7 @@
1
+cmake_minimum_required(VERSION 3.17)
2
+project(Godemon_update)
3
+
4
+set(CMAKE_CXX_STANDARD 14)
5
6
+add_executable(Godemon_update
7
+ src/godemon_update.cpp)
godemon_update.cpp renamed to src/godemon_update.cpp
0 commit comments