Linking to external libraries in CAA RADE

In order to link to external libraries or files in CAA RADE you need to write the following code at the bottom of your Imakefile:

#Link with external libraries
LOCAL_LDFLAGS = /LIBPATH:" DirectoryWhere LibrariesAreStored"

#Name of the Librarires
SYS_LIBS = YourLibraryName.lib.

#Link with include files
LOCAL_CCFLAGS = /I" DirectoryWhere LibrariesTHeIncludeFilesAreStored"

You will need to put the DLL files in the intel_a/code/bin folder of your workspace