When you have created a module containing one or more libraries, you can add it to a target.
Libraries cannot be added directly to a target. You need to put them into a module first and add this module to the target.
Select the program where you want to add the new library in the project view, click on the right mouse button to make the project context menu appear and select Add Library.
Or from the main menu, select Project ▸ Add Library...
You need to select the target where you want to add the module in the target view above, and select the module that you want to add in the module view below. If you select a library inside a module, the parent module will be added.
When you are done, click on the Add button to add the module.
Select the library you want to remove in the project view, click on the right mouse button to make the project context menu appear, and select Remove.
Confirm the removal. This library will be removed from the target.
Got a comment? Spotted an error? Found the instructions unclear? Send feedback about this page.