wdas / SeExpr

SeExpr is an embeddable, arithmetic expression language that enables flexible artistic control and customization in creating computer graphics images. Example uses include procedural geometry synthesis, image synthesis, simulation control, crowd animation, and geometry deformation. https://wdas.github.io/SeExpr
https://www.disneyanimation.com/open-source/seexpr/
Other
405 stars 86 forks source link

Properly fixes Windows build #78

Closed ix-dcourtois closed 7 years ago

ix-dcourtois commented 7 years ago

Properly (kind of) fixed build on Windows. This PR doesn't modify Linux/MacOS behavior. It was tested with Visual Studio 2017. It seems to work fine, but there are a few things that I'm not really confident in:

As always, feel free to tell me if anything's wrong, if you'd prefer the lib to stay a dll on Windows, etc.

davvid commented 7 years ago

You know much more about windows than I do, and your explanations make sense to me. If other windows users need cmake options for DLLs they can always add them in the future. Thanks again!