libraries property

List<String> libraries
finalinherited

Libraries to link to.

In addition to the system default directories, libraries will be searched for in libraryDirectories.

If you want to link to a library that was built by another CBuilder or CLinker, either leave the default libraryDirectories or include '.' in the list.

Implementation

final List<String> libraries;