otland / forgottenserver

A free and open-source MMORPG server emulator written in C++
https://otland.net
GNU General Public License v2.0
1.57k stars 1.05k forks source link

Add an option to disable CMake Unity builds #4627

Closed amatria closed 6 months ago

amatria commented 6 months ago

Pull Request Prelude

Changes Proposed

Add a CMake option to disable Unity builds. clangd, for instance, does not support unity builds, so we'd rather add this convenient switch to turn them off.

Issues addressed: None