-
I installed an package called foo. When I first time install it, will print usage info: find_package(foo) But some day passed, I forget how to use this foo package. Can I print out this usage message again? |
Beta Was this translation helpful? Give feedback.
Answered by
Osyotr
Oct 5, 2023
Replies: 2 comments 4 replies
-
Calling |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
huhuang03
-
https://vcpkg.link/ shows usage for all packages. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Calling
vcpkg install <package>
will print usage if the package is already installed.