Hi
I am using ITK in a C++ project. I manage my dependencies with vcpkg. However, I do not manage to get the itk Cuberille remote module through vcpgk. How can I download, build, and use the Cuberille module with vcpkg?
Thanks
I think it needs to be added as a feature to vcpkg
. Then the syntax would be vcpkg install itk[cuberille]
or something like that. vcpkg
team accepts pull requests, and that is probably the best way to get the feature you want.