Replies: 1 comment 1 reply
-
add_packages("vcpkg::fmt") https://xmake.io/#/package/remote_package?id=add-vcpkg-dependency-package |
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.
-
Testing the
vcpkg
integration I created a simple program that uses thefmt
package which is installed invcpkg
The
xmake.lua
file is as follows:I added a couple of lines to the default "hello world" app:
building the project gives the error:
The
fmt/core.h
exists in$VCPKG_ROOT/installed/x64-linux/include/
How can get
xmake
to add thevcpkg
include path to the project?Beta Was this translation helpful? Give feedback.
All reactions