Libraries Dialog Box

The Libraries dialog box lets you add libraries to your C or C++ Application or Dynamic Library project and specify binding options. To open the dialog box, right-click the project name in the Project window, and select Properties. Select the Linker node, and click the browse button next to Libraries in the Project Properties dialog box.

Use the buttons on the right side of the Libraries dialog box to add and remove libraries, and select binding options. You can do the following:

  1. Add standard libraries such as POSIX Threads with the Add Standard Libraries button
  2. Add other libraries with the Add Libraries button
  3. Add a project using the Add Project button, which creates a project dependency
  4. Add any options to the compiler command line using the Add Option button

Copyright © 2015, Oracle and/or its affiliates. All rights reserved.