* Fix for the issue that resulted in race
condition between target creating and
populating databases and the one copying
created databases to required directories.
The issue was caused by lack of dependency
between those targets, what allowed CMake
engine to parallelize them. As a result,
databases were copied before their creation
has been finished, what resulted in weird
discrepancies in databases content and
occasional rsync errors.
* Removed unused multicomp_install
function.
* Refactored DB tests readContent
helper.
* Switched to DB initialization at compile time
* Organized and cleaned up db files directories(not finished completely)
* Fixed DB related unit tests
* Minor improvements to CMake
* Small fixes for GCC12 build