mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-15 00:08:07 -04:00
7 lines
80 B
CMake
7 lines
80 B
CMake
|
|
cmake_minimum_required(VERSION 2.8)
|
|
|
|
project(LogServer)
|
|
|
|
add_subdirectory(src)
|