In windows Odin-compatible libraries need an extra compiler switch for handling the runtime library (/MT). This PR makes easier to apply this change and makes possible to create an odin-compatible library by setting the GVOX_BUILD_FOR_ODIN to 1 (for example by generating the project using cmake . -D GVOX_BUILD_FOR_ODIN=1).
In windows Odin-compatible libraries need an extra compiler switch for handling the runtime library (
/MT
). This PR makes easier to apply this change and makes possible to create an odin-compatible library by setting theGVOX_BUILD_FOR_ODIN
to 1 (for example by generating the project usingcmake . -D GVOX_BUILD_FOR_ODIN=1
).