Not sure how to generate install headers
trileyinvicro opened this issue · 2 comments
trileyinvicro commented
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?
dlemstra commented
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.
trileyinvicro commented
Thanks, that explains it.