How can I get a project's executable file from another project within the same workspace? #1987
Unanswered
GasimGasimzada
asked this question in
Q&A
Replies: 0 comments
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.
-
I have two projects in the same workspace:
For the example above, I need a way to use the output target of "Runtime" in the "Editor". I either want to copy it to "Editor"'s target output (using
postbuildscripts) or automatically set it as a preprocessor definition. I want this to happen at toolchain level and automatically. If I change Runtime's base directory to another place, it should immediately update the paths on next build. I want this to be platform independent as well (on Windows, it should provide the ".exe" or ".dll" while on Linux/macOS it provides executable or ".so" files)How can I reference or achieve this?
Beta Was this translation helpful? Give feedback.
All reactions