LIBRARIES - part-cw/lambdanative GitHub Wiki
The LIBRARIES
file contains a list of C libraries to link into
the application. libgambc
is REQUIRED for all applications.
Some libraries, such as libportaudio
may not be available
on some platforms (Android and iOS in the case of portaudio).
Linking on these platforms can be excluded with an
exclamation mark separated postfix notation:
$ cat apps/uSquish/LIBRARIES
libgambc libportaudio!ios!android