mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-28 22:15:49 -04:00
7 lines
92 B
CMake
7 lines
92 B
CMake
|
|
cmake_minimum_required(VERSION 2.8)
|
|
|
|
project(CustomerServiceServer)
|
|
|
|
add_subdirectory(src)
|