Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29277 Discussions

How to add static library to project

chauvjo
Novice
407 Views

I have static library that needs to be adding to my project. What procedure do I follow? Do I add the library to the Resource Files directory? The library is located in a different directory than the source or header files. How do I tell the compiler where to find the library?

0 Kudos
1 Reply
Steven_L_Intel1
Employee
407 Views

Just add it as a source file - that's the easiest way. The alternative is to give the full path in the Linker property page under "Additional Dependencies".

0 Kudos
Reply