Files
safe_duck/linux_service/CMakeLists.txt

6 lines
127 B
CMake
Raw Normal View History

2023-05-07 16:29:16 +08:00
cmake_minimum_required(VERSION 3.10)
project(safe_duck)
2023-05-07 22:49:11 +08:00
add_executable(safe_duck safe_duck.cpp msg.cpp tools.cpp global.cpp)