How to link locally built third party libraries #477
Jim-215-Fisher
started this conversation in
General
Replies: 1 comment
-
Hi @Jim-215-Fisher, See this section of the manifest reference for linking. To use external mod files (that is, not the ones from fpm package dependencies), see this section. fpm will still need to know where to find your external mod files, and there are two ways to do it:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was trying to use fpm to build a Fortran project. The project requires several locally built libraries. How do I specify the paths and libraries as well as mod files in fpm.toml?
Beta Was this translation helpful? Give feedback.
All reactions