Skip to content
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

Open
compor opened this issue Mar 30, 2018 · 4 comments
Open

Adding support for CMake #12

compor opened this issue Mar 30, 2018 · 4 comments

Comments

@compor
Copy link

compor commented Mar 30, 2018

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):

  • as a standalone external dependency or
  • as a git submodule

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?

@grisumbras grisumbras mentioned this issue Mar 27, 2019
@grisumbras
Copy link
Owner

If you are still interested, PR #18 adds installation of CMake config file, which allows using the project via find_package (see here for an example).

@compor
Copy link
Author

compor commented May 6, 2019

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.

@barcharcraz
Copy link

The cmake exports are non-relocatable.

@grisumbras
Copy link
Owner

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants