Hello
Are you talking about the dialog which asks you for the path to the library source files?
You can define a Source Folder Mapping where you define a correspondence between
Build and debug directory..
Look at Debugger -> Source Folder Mapping panel in your project settings dialog..
If you do not want to see source code for the library just build them without debug information.
In this purpose in your library .mcp file, make sure there are no dots in the column headed with the green bug,
If you have dots there, click on them to remove debug info.
CrasyCat