we will need some registry readings or lookup directory within src
path). Also fixed issues with mysql/sqlite finding scripts that were
ignoring some attributes (like REQUIRED which makes it error if it
cannot find it).
easy to work with in non-POSIX enviroments than autotools. Still need to
add installation support for the targets (so you can use "make install")
and using sed to generate the config files.
Usage:
- autogen/configure become: "cmake /path/to/pvpgnsource"; only tested in
the current directory so far, so "cmake ."; out of source builds should
work too in theory
- make becomes: make (suprise!)
Will update docs with more instructions if we will use it after all.