MattGuerrette / VixenEngine

Open Source C++ Game Engine
http://mattguerrette.github.io/VixenEngine/
GNU General Public License v3.0
39 stars 13 forks source link

[VixenEngine] CMake build system #16

Closed MattGuerrette closed 9 years ago

MattGuerrette commented 9 years ago

VixenEngine needs to be setup using CMake which will generate the correct Makefile for Linux and Visual Studio solution/project files for Windows.

MattGuerrette commented 9 years ago

I have implemented the Linux version of a CMake build system. I now am going to start working on the Visual Studio 2015 project generation for the Windows build.