-
Notifications
You must be signed in to change notification settings - Fork 78
[ZH] Linux tools compilation #620
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
Conversation
ea5ce04
to
83577e1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Commit titles need cleaning. I can take care of it before merge.
GeneralsMD/Code/CMakeLists.txt
Outdated
@@ -24,6 +25,10 @@ target_include_directories(zi_libraries_source_wwvegas_wwlib INTERFACE "Librarie | |||
target_include_directories(zi_libraries_source_wwvegas_wwmath INTERFACE "Libraries/Source/WWVegas/WWMath") | |||
target_include_directories(zi_libraries_source_wwvegas_wwsaveload INTERFACE "Libraries/Source/WWVegas/WWSaveLoad") | |||
target_include_directories(zi_main INTERFACE "Main") | |||
target_link_libraries(zi_utility INTERFACE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps give this a different name because it is too easy to confuse it with gz_utility
. Perhaps call it zi_always
if it is linked in all targets?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should rename all gz_
targets, since it is misleading. Not sure if it should be part of this PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be separate change yes. I also put some notes into your cmake skeleton change about that.
I think, I have found more elegant alternative to (I have used custom makefile when doing mingw fixes, so I have not ran into this earlier.) |
79ea21e
to
0e4bdf7
Compare
bc7f00d
to
2f581cb
Compare
Co-authored-by: Patrick Zacharias <[email protected]>
Co-authored-by: Patrick Zacharias <[email protected]>
Co-authored-by: Patrick Zacharias <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Merge with Rebase.
Co-authored-by: Patrick Zacharias <[email protected]>
Co-authored-by: Patrick Zacharias <[email protected]>
Co-authored-by: Patrick Zacharias <[email protected]>
This is a stripped down variant of #522