Replies: 1 comment
-
|
If you use CMake for your project, the correct way is to use Otherwise, I suppose the correct way is to create your own |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using msdfgen in a project that historically uses it as a submodule. I didn't update for a while, and now, after update which introduces
msdfgen/core/base.hI can't figure out a correct way to use msdfgen old fashion.CMake preset put all the output files to
build\win32, and it is the only place containing generatedmsdfgen-config.hThe problem is that
base.hreferences it as<msdfgen/msdfgen-config.h>and it can't be matched.Changing the include to
<msdfgen-config.h>deals the trick but I prefer avoid patching/renaming files if it possible.Is there a correct way to use built msdfgen.lib from a subfolder?
Beta Was this translation helpful? Give feedback.
All reactions