mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-14 00:01:30 -04:00
7 lines
83 B
CMake
7 lines
83 B
CMake
|
|
cmake_minimum_required(VERSION 2.8)
|
|
|
|
project(PlanetServer)
|
|
|
|
add_subdirectory(src)
|