Ybalrid / Annwvyn

Annwvyn C++ Open Source designed-for-VR game engine and application developement framework
MIT License
41 stars 7 forks source link

Build the engine with CMake #111

Closed Ybalrid closed 7 years ago

Ybalrid commented 7 years ago

Stop relying on Visual Studio project files and use CMake to generate what's needed to build the engine.

The engine has a lot of dependencies, the CMakeLists files expect the AnnwvynSDK64 environement variable to point to a folder containing them.

Ybalrid commented 7 years ago

Good enough to merge