Replies: 1 comment 1 reply
-
Hello, Currently the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Sorry for the trivial question, whose answer is probably just in front of my nose...
Imagine that I have a local project A stored in folder
./A
, with some modules and so forth. I compile it the usual way withfpm build
and I get the expected.a
and.mod
files.Then I have a project B stored in folder
./B
, where I want to use some modules from project A. What do I need to write in thefpm.toml
file of project B to enable this? (I found a lot of info on how to include dependencies from github repos, but none for local projects)Thanks!
Beta Was this translation helpful? Give feedback.
All reactions