-
Notifications
You must be signed in to change notification settings - Fork 15
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
Determination of version information from software build system #14
Comments
In 83690cb and 5df8796, I used this technique and implemented conditional compilation and linking, which makes building this project from source much easier (as glog is only optional from now on). Also, I'm not sure if I should make other macros automatically generated by CMake as well? Or should I just leave them be? Thank you so much for spending your time on helping me improve this project 😄 |
Previously, glog is a required to compile and link Wmderland. Now CMake can detect if glog is installed in your system and decide whether to link glog or not.
Further software adjustments will be helpful at some places. |
Thank you! I have corrected them in fb2198f
|
Software build systems can provide version information in a structured way.
I suggest to use these data so that related details like a specific macro will be automatically constructed.
The text was updated successfully, but these errors were encountered: