sourencho / ungroup_game

A multiplayer game about temporary alliances written with a custom engine in C++ and SFML
13 stars 1 forks source link

Add cmake vars for building only client, server or tests #206

Closed sourencho closed 4 years ago

sourencho commented 4 years ago

Description

Variable Meaning
UNGROUP_STATIC Statically link SFML
BUILD_TESTS Build tests
ONLY_SERVER Only build server
ONLY_CLIENT Only build client

Fixes

Fixes #195