-
Notifications
You must be signed in to change notification settings - Fork 121
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
Installing with VCPKG #238
Comments
Not that I know of. I never worked with vcpkg, but if you know how to set it up, then I'll gladly accept a pull request. |
The first point that I think of is that the library (to the best of my knowledge) must not be header only, so it could be compiled in a static library... In the examples in the article, the projects have their declarations and definitions in separate files, cpp and h. Can this be done with the amgcl library? |
Found an interesting discussion here: microsoft/vcpkg#995, which contains a link to the list of header-only vcpkg libraries. Maybe you could get some examples/ideas there. |
Sorry, missed your reply. |
Is there any way to install and build the AMGCL library via vcpkg?
The text was updated successfully, but these errors were encountered: