View Single Post
Old 05-23-2016, 12:04 PM   #2764 (permalink)
wehzeh
EcoModding Lurker
 
Join Date: May 2016
Location: Detroit
Posts: 27
Thanks: 0
Thanked 15 Times in 11 Posts
"CMake is used to control the software compilation process using simple platform and compiler independent configuration files, and generate native makefiles and workspaces that can be used in the compiler environment of your choice."

I used it when building a cross-platform game engine. I had identical source files for like 3 different targets, I just had to mark certain sections as target specific and CMake would skip or include them depending on what I was compiling for.

but GitHub is easier. I'll get on it tonight when I get home from work.

EDIT:
does anybody have a flow chart or something for code execution flow? also schematics etc., I would like to keep those on GitHub as well.

Last edited by wehzeh; 05-23-2016 at 01:28 PM..
  Reply With Quote