sammycage / lunasvg

lunasvg is a standalone SVG rendering library in C++
MIT License
818 stars 115 forks source link

Add Windows-specific SVG to Icon file generator #152

Open g40 opened 6 months ago

g40 commented 6 months ago

A self-contained Windows command line utility to generate a multiple resolution icon file from an SVG image. Lives in examples/win32/svg2ico and includes source SVG material and an updated CMake file.

sammycage commented 6 months ago

Great, but why is LUNASVG_BUILD_EXAMPLES ON by default?

g40 commented 6 months ago

I see. Well. Generally running an example is probably the first thing one wants to do. In this case though one does rather need the example to be shown to build and run without errors :)