-
Notifications
You must be signed in to change notification settings - Fork 27
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
Pre/Post Build Commands #6
Comments
After a lot of review of the core gmake module adding
after the |
Yeah you probably should fork. |
So is this going to be fixed? It's really frustrating that I have to copy my dll over to the exe directory. |
fork the repo and apply the changes. |
Ahh... The thing is, I don't know Lua that well and I definitely don't know how CMake works 😟 |
I'm now trying to automate version bumping through prebuildcommands and gitversion. While it does generate the cmake files. cmake module ignores prebuildcommands. I assume it also ignores the postbuildcommands.
I think add_dependencies() and add_custom_target() cmake functions will help here.
I have an example in here.
oxygen.zip
The text was updated successfully, but these errors were encountered: