-
Notifications
You must be signed in to change notification settings - Fork 113
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
CMake build system #139
Comments
I'm not a CMake user, and don't speak the language as it were, so while I'm not totally against it, such a submission would have to come with at least some minimal tests (hooked up to the CI system) to verify that it does actually work and pull in all the dependencies it needs. |
That is great. I have just the stuff. Pull request is coming. |
I believe it would be great to link this issue to PR #143, so it will close just as that PR will be merged. |
@nemothenoone : Is there a chance that the |
@NAThompson Definitely. Kitware guys already has modules support implementation going, there is an example available: https://github.com/mathstuf/cxx-modules-sandbox. So, I'ill simply introduce same mechanism usage in here. Or are you talking about generating the module definition itself? |
Sadly I haven't yet educated myself enough on how to do this to even understand this comment! What I had envisioned was that CMake would somehow make putting a module up on conan.io easier . . . |
Well, first of all, I'd like to ask, are there some chance for the CMake-based build system to be merged?
I mean, I'm using it for the development, so I think that would be useful for others to have an optional support for it too.
The text was updated successfully, but these errors were encountered: