-
Notifications
You must be signed in to change notification settings - Fork 6
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
Updated version #2
base: master
Are you sure you want to change the base?
Conversation
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.
Hey @Nitr0-G, thanks for updating the example!
However, I'm not entirely sure about the removal of the "Git" submodule.
While CMake does offer the ability to dynamically fetch the dependency these days, for some users this is not the preferred method.
Inexperienced users often fail when dealing with "Git" submodules. I therefore think that we need to look at "CMake" submodules and "Git" submodules separately here, and optimally show the use of both concepts.
Any opinion about this @athre0z ?
Then I propose to demonstrate the use of both options in this example |
Given that this repo is literally called "zydis-submodule-example", I feel that showing anything that isn't an actual example using a submodule might be rather misleading. Any repository with submodules will always have |
So... Should I do this? I could do it. Let me know if I need to do this |
Hello everyone.
This is a redesigned version of zydis-submodule-example, where its folder in "deps" is not needed, as well as itself. The .c file was updated for the new version of zydis, since the previous one was non-working, I also added a description for running under "Windows base OS"