mirror of
https://bitbucket.org/seefoe/dockerized-swg-src.git
synced 2026-01-15 23:04:57 -05:00
7 lines
84 B
CMake
7 lines
84 B
CMake
|
|
cmake_minimum_required(VERSION 2.8)
|
|
|
|
project(CentralServer)
|
|
|
|
add_subdirectory(src)
|