Replies: 2 comments 1 reply
-
you need use https://xmake.io/#/manual/project_target?id=targetadd_headerfiles |
Beta Was this translation helpful? Give feedback.
1 reply
-
add_deps("fmt") in package cpp-lazy |
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
Uh oh!
There was an error while loading. Please reload this page.
-
My main library, looks like this:
I'm trying to create a package file, so I can upload it to xmake-repo, the repo file looks as follows:
Then, in another project, to test everything went well, I import
cpp-lazy
as follows:But, when compiling, I get:
Beta Was this translation helpful? Give feedback.
All reactions