Currently the CMake files don't do anything specific for different build configs. To be able to have release and debug libraries next to each other the following is needed:
- Add postfix: "d" // this somewhat seems to be the standard
- Check if al custom functions work
@pnoltes What else could go wrong? First test seems to be ok for most things (tests and bundle files as well as the executables).