mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 10:37:03 +00:00
4 lines
104 B
CMake
4 lines
104 B
CMake
SET(CMAKE_VERBOSE_MAKEFILE ON)
|
|
cmake_minimum_required (VERSION 2.6)
|
|
ADD_EXECUTABLE (git_id git_id.cpp)
|
|
|