-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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 shared doesnt export DLL symbols #1279
Comments
Just ran into this too. |
Not sure if this worked prior to #1186 or not but it seems relevant. In spdlog, the exports are marked by SPDLOG_API which is setup in common.h by:
CMake has a handy function for generating a suitable header. We use a snippet like this in our project to generate and install such a header:
Then the export/import macro needs adding to the relevant symbols... |
I've made an attempt at a fix in #1280 |
On windows it doesnt create glm.lib.
The text was updated successfully, but these errors were encountered: