In this multi-language GPRBuild project I\'m working on, I have some c++ library files (*.a) I need to link into my executable. Is there an gpr attribute to tell it what to
Within the main project file,
package Linker is for Default_Switches ("Ada") use ("-L/where/ever", "-lbar"); end Linker;