Headers in cmake file
Created by: SkyToGround
I have modified the CMakeLists.txt file to define the actual header files of interest. This simplifies development significantly when generating IDE project files (e.g. Xcode, Eclipse) from the CMake files.
I have also made the binary output paths less ambiguous and I have added indentations where appropriate.