“Brilliant people simplify things, and mediocre people complicate things.” — Unknone

cmake

I’m currently working on a cross platform project. The code is C++ and I’m going to be doing most of my development on the linux side but I need all of my compile scripts to be able to work on windows. After doing some googling and talking to people cmake seems to be what I’m [...]