Skip to content

Commit 494408b

Browse files
committed
code updated
1 parent 72f4d44 commit 494408b

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CMakeLists.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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)
File renamed without changes.

0 commit comments

Comments
 (0)