simongeilfus / Cinder-Runtime

Runtime-Compiled C++ for Cinder
57 stars 43 forks source link

Support for Property Sheet UserMacros #10

Closed richardeakin closed 7 years ago

richardeakin commented 7 years ago

Also on top of #8.

That's all I'm parsing from the property sheet at the moment, we can work to add more as needed, but this allows you define user macros like common paths, etc, and the includes and libraries will work.

Added test/PropertySheet with a working example.