-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
GLM Preprocessor Definitions to Project #8352
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
GLM Preprocessor Definitions to Project #8352
Conversation
…oject preprocessor definitions.
Defines were not added for tvOS since the project/tvOS/CoreOF.xcconfig did not have GCC_PREPROCESSOR_DEFINITIONS and I do not have a proper way to test. |
It would be good to test that the defines come through at the project level. |
I tested Xcode, make on macOS and Emscripten on macOS using the following class included in ofApp.h that does not include ofMain.h.
|
Thanks!!! |
Wrapping glm defines in if statements to avoid re-definition using project preprocessor definitions.
Will be editing projects to add
GLM_FORCE_CTOR_INIT
andGLM_ENABLE_EXPERIMENTAL
preprocessor defines to projects.As discussed in this thread #6530