Replies: 2 comments
-
AFAICS this port doesn't really build the C++ bindings. |
Beta Was this translation helpful? Give feedback.
0 replies
-
#40862 enables the C++ wrapper via a feature. Note that this feature is licensed |
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
-
Hi, new to vpckg and I cannot work out how to get libftdipp1 port to work, hopefully someone can point me in the right direction.
CMakeLists.txt
vcpkg.json
The include dir in build/vcpkg_installed/x64_linux has libftdi1/ftdi.h but no header for the c++ wrapper and lib also only has libftdi1.a
I have tried to include everything I think is relevant but let me know if more info is needed.
Based on what I understand the files required are missing, but why? I can't do a vcpkg install libftdipp1 as this isn't in the registry.
I got to the above config by this piece on information:
Beta Was this translation helpful? Give feedback.
All reactions