Build all algorithms to avoid stale code
Currently we use explicit lists of files in gaudi_add_module calls in the CMakeLists.txt. While GLOB is not recommended (since added files do not cause a change to CMakeLists.txt), we could enable this with CONFIGURE_DEPENDS
or make it a two step procedure.