Explanation: Confdump-Agent's code is built through CMake, however its dependencies (Qt, Boost) still need to be configured and built by hand in order to be statically embeddable into the resulting binary.
Expected result: typing "cmake <srcdir> && make" in a pristine Confdump-Agent source tree should produce the final binary without any prior steps.
Knowledge Prerequisite: CMake