-
-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use in cmake #196
Comments
@mmjvox I think it is very good to have one more option without affecting the previous use. I don't know much about cmake and hope to add usage documentation. |
Usually, most libraries have a configuration file and cmake finds the libraries according to that. These files are copied to a specific path after installing each library. I wrote one of that files for svgtofont, then cmake can use svgtofont whenever needed. You can put my file next to other files in this repo, Do you allow me to add one option to convert manual steps to automatic?
|
I see no problem with this feature. @mmjvox |
Hi thanks for your great project.
Setting it up is effortless.
I`m using cmake for most of my projects.
Earlier, I was using svgtofont in command line, manually.
After a while i wrote a few lines for cmake to automate the font generation for each build.
Now i made a simple cmake package for svgtofont that allows everyone to use it easily.
Would you like to add this to your project?
Or is the idea not a good idea and it is better to create a separate repo?
The text was updated successfully, but these errors were encountered: