Custom command after build #18
MartinOrell
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
|
It's not yet supported to customize the generated makefile like this, but it's something we want to support in the future. In Model RealTime we support a special TC property "compilationMakeInsert" but it's not yet supported in Code RealTime, and also I'm not sure it would have been enough for realizing post-build actions. We'll add this idea to our roadmap. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to make custom commands after a build?
What I'm trying to achieve is adding a command to copy folders and/or files into the same folder as the executable after a build.
For reference in a C++ projects with cmake I can copy my res folder with this in the Cmakelists file:
But I don't see a way to do this with the Transformation Configuration file used in Code RealTime.
Beta Was this translation helpful? Give feedback.
All reactions