Skip to content

Headers in cmake file

Afonso Mukai requested to merge headers_in_cmake into master

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.

Merge request reports