-
Notifications
You must be signed in to change notification settings - Fork 20
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
Adding support for CMake #12
Comments
Merged
Hey, sorry for the long delay in replying. Although I don't actively use this project anymore, I'll have a look at this PR soonish. |
The cmake exports are non-relocatable. |
Indeed. I believe, I have the fix in the works, but first I need to come up with a good way to test for exports being relocatable. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm just exploring the possibility of adding support for CMake (while keeping support for Jam),
in order to export the library for use in other CMake projects (something similar to this project or maybe more like this one):
At the moment I have a preliminary basic CMake file, but I could expand it and include running of unit tests as well.
Would a PR like that be considered?
The text was updated successfully, but these errors were encountered: