Daily Archives: May 4, 2014


Getting Started with CMake

Since it’s summer, and I’m going to be working on it anyways, I’ve decided the best use of my time is by configuring my Tora-Engine math library to use CMake, CTest, CDash, and CPack. The following tutorials will cover my commits in setting up the build system for the Tora […]


An Introduction to Build Systems 2

Build Automation / Build Systems The first goal of a new project is to make the process of building and deploying the project as easy as possible. Build automation is one of my favorite parts of computer programming (in the beginning), but it can also be the most frustrating (any […]