Skip to content

Add plain libraries to LD_LIBRARY_PATH in run

Rosen Matev requested to merge rmatev/Gaudi:cmake-library-path into master

So far gaudi_add_library did not add anything to the LD_LIBRARY_PATH in the runtime environment generated in <project>env.sh. This was probably not spotted until now because usually subdirectories also have plugin libraries, and then gaudi_add_module would add to the path.

Merge request reports