6 lines
127 B
CMake
6 lines
127 B
CMake
cmake_minimum_required(VERSION 3.10)
|
|
|
|
project(safe_duck)
|
|
|
|
add_executable(safe_duck safe_duck.cpp msg.cpp tools.cpp global.cpp)
|