-
Notifications
You must be signed in to change notification settings - Fork 72
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
Add CMake build system? #25
Comments
@jlblancoc This cmake file looks good, but you should add CONFIGURE_DEPENDS flag to your file(GLOB*), so that it could correctly find files that were changed after the first build. |
Awesome! I didn't know the flag CONFIGURE_DEPENDS. It was apparently added to CMake >= 3.12. |
I'm merging this. It's been a long time in my TODOs but never got enough time to do it. Thanks a bunch! |
It would be great to have this awesome project ported to CMake, for easier integration with other tools, and probably as a first step to solve #10 too.
My initial attempt (working for the library itself for now) is here, for your reference: https://github.com/MRPT/libfyaml/commit/75addc8ec95a55eeb9339519d28f85887b748bc2
The text was updated successfully, but these errors were encountered: