-
Notifications
You must be signed in to change notification settings - Fork 56
vcpkg integration #16
Comments
@JPMMaia a PR to supply a vcpkg port file is more than welcome! Thanks for looking into that |
I created a vcpkg port for Klein that I can add to upstream soon. In order to make the vcpkg port files as simple as possible, I created a patch for Klein's CMakeLists.txt that adds some What do you think about adding these changes directly to Klein's repository through a new pull request? This way, we can remove the patch from vcpkg's port and make it really simple. In addition, this would also make it easier creating future packages for Klein. |
I'd be open to having those changes directly integrated. That said, it'd be nice to have an option to not have the install targets specified at all, and default the option to disabled if the package is included transitively in another cmake project. Thanks again for working on that |
I created a pull request with the changes. Thanks! |
Thanks for the review! |
Hi!
I am using vcpkg to manage dependencies on a project and I was wondering if I could use vcpkg to include klein in my project.
So I wrote a port file and made some changes to klein's CMakeLists.txt so that it creates a config package when running CMake install. Packages created this way can be included in other CMake projects by using:
I was wondering if you would find these changes interesting and worth adding to the project. The changes can be seen in
create-config-package.zip. I can open a pull request with the changes if you are interested.
The text was updated successfully, but these errors were encountered: