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 flags for not building client, server or tests #205

Closed sourencho closed 4 years ago

sourencho commented 4 years ago

Description

Cmake flags Flag Second Header
UNGROUP_STATIC Statically link SFML
BUILD_TESTS Build tests
ONLY_SERVER Only build server
ONLY_CLIENT Only build client

Fixes

Fixes #X

sourencho commented 4 years ago

Messed things up with rebase Redoing this PR in #206 206