Skip to content

Add CMake build files

Jamie A. Jennings requested to merge Veratil:cmake-builder into tranche-2

Created by: Veratil

This is the first step for using cmake to give the ability to create packages for all platforms supported by CMake/CPack.


In order to prevent conflicts for Makefile I made it Makefile.cmake.

Build entire tree: make -f Makefile.cmake

Install: make -f Makefile.cmake install

A note on CMake, it is an out of source builder, so a folder is created (default named build, but can be named anything by setting builddir=[name]) and everything is created inside that folder.


TODO:

  • Add more MacOSX support (minor support now)
  • Add Windows support (currently none)
  • Add packaging

Merge request reports