This commit is contained in:
huoji
2023-05-07 22:49:11 +08:00
parent e8a3b9fa98
commit b00e51fdc7
38 changed files with 860 additions and 954 deletions

View File

@@ -2,4 +2,4 @@ cmake_minimum_required(VERSION 3.10)
project(safe_duck)
add_executable(safe_duck safe_duck.cpp)
add_executable(safe_duck safe_duck.cpp msg.cpp tools.cpp global.cpp)