mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-31 00:15:55 -04:00
7 lines
83 B
CMake
7 lines
83 B
CMake
|
|
cmake_minimum_required(VERSION 2.8)
|
|
|
|
project(PlanetServer)
|
|
|
|
add_subdirectory(src)
|