Convert the project to use CMake.

Issue #1 new
Robert Massaioli repo owner created an issue

CMake is a much better build system. It will make it harder to package fuppes but I think that it is a much more preferable option than using automake all of the time.

Comments (2)

  1. Robert Massaioli reporter

    You can compile the entire codebase using CMake but I am still not sure if it is the most efficient way to do so. Currently I am pretty happy with it though and I will leave this issue open for another week just to track any other problems that may come up.

  2. Robert Massaioli reporter

    So far it does not quite mirror the same libraries that are created with the autotools build. It would be very good if we could get as close as possible to the same thing. In some ways it might actually be better. We could even leave it as is. I will leave this issue open till I come up with an opinion on the matter.

  3. Log in to comment