When installing msdfgen (and packaging it); all headers are in a subdirectory; for example:
include/msdfgen/msdfgen.h
However; msdf-atlas-gen assumes they're in the root:
#include <msdfgen.h>
This causes problems when trying to neatly package the libraries into tools like Conan. Ofcourse I can move headers around before packaging but that's a little odd.
When installing msdfgen (and packaging it); all headers are in a subdirectory; for example:
include/msdfgen/msdfgen.h
However; msdf-atlas-gen assumes they're in the root:
#include <msdfgen.h>
This causes problems when trying to neatly package the libraries into tools like Conan. Ofcourse I can move headers around before packaging but that's a little odd.