ImageMagick/VisualMagick

Not sure how to generate install headers

trileyinvicro opened this issue · 2 comments

I managed to get the windows build to run with Visual Studio, but I'm trying to find the Magick++.h header. It doesn't seem to be generated. Is this expected with the windows build?

You can find that file in Magick++\lib of the ImageMagick project: https://github.com/ImageMagick/ImageMagick/blob/main/Magick%2B%2B/lib/Magick%2B%2B.h? This file is not generated.

Thanks, that explains it.