mattgodbolt / xania

Xania MUD source
Other
58 stars 13 forks source link

Draft: Simplify build #290

Closed OznOg closed 2 years ago

OznOg commented 2 years ago

This PR should allow to compile xania with or without Conan, allowing to create correct packaging in distros. It separates the "setup" part (pull dependencies and provide them to cmake) form pure compilation and libraries detection. One may also use conan to setup a build env and use only cmake later on; this prevents useless conan chacks on every make call.