-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to install for use in VS project? #14
Comments
Using Windows as my OS |
Usually, you would use a CMakelists.txt to generate your Visual Studio project What do you usually use for dependencies in Visual Studio ? |
If you don't want to use CMake, you should be able to create a subproject in Visual Studio, add the 11Zip source files in it, add the proper include path in your main project and you should be good to go. |
I use this lib as follow (with fetch content on my fork to get benefice of pull request just proposed):
|
Not familiar with FetchContent but you should be able to do a |
I have a VS C++ project that auto updates my project by downloading the latest zip file from URL. I would like to extract it to a directory I have already created on the users machine.
How do I install and use this within my project? I am a bit confused and don't want to mess anything up
The text was updated successfully, but these errors were encountered: