rafaelsteil/libcgi

switch build system to CMake

LeSpocky opened this issue · 2 comments

I propose switching the build system from Autotools to CMake. Here is why:

Some things would still have to be done:

  • support for pkg-config to make it easier for other projects to use libcgi
  • use CPack to create a release tarball for milestone v1.1
  • remove old Autotools files

Speaking of pkg-config, I tried this but it doesn't seem to work properly yet. So the solution seems to create some template and install it with configure_file.

Integrating pkg-config was easier than I thought. :-)