mirror of
https://bitbucket.org/seefoe/dockerized-swg-src.git
synced 2026-07-14 00:01:36 -04:00
7 lines
87 B
CMake
7 lines
87 B
CMake
|
|
cmake_minimum_required(VERSION 2.8)
|
|
|
|
project(ConnectionServer)
|
|
|
|
add_subdirectory(src)
|