tjhancocks / kestrel-development-kit

A Development Kit for the Kestrel Game Engine
MIT License
13 stars 1 forks source link

Migrate build system to CMake #32

Closed tjhancocks closed 4 years ago

tjhancocks commented 4 years ago

The purpose of this is discussed in Issue #30, regarding adding Unit Tests to the project. Many unit test frameworks require the use of CMake and as such require that we use CMake.

This will introduce an initial CMakeLists.txt file to the repository and add some basic information to the README to inform users on how to build the project.