executable + library with equal name: How to install + rename #13460
MartinSchwarzbauer
started this conversation in
General
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.
-
Hi *!
In our project we often have the following situation:
We provide a library and an executable with the same name (libservice + service)
library('service'...)
andexecutable('service',...)
1.) The IDEs are not able to differ between them (there is only 'service) => so we can't build it seperated
2.) I can't DEBUG the EXE - because IDE does not support this
So I am looking for a way like this:
When I change the name of the exe (e.g. add .exe so i can see this is the executable) I get troubles on install because the executable has to be named 'service' and not 'service.exe' on the target.
So I am looking for a feature like this (like it's available for install_data):
Thank you,
Martin
Beta Was this translation helpful? Give feedback.
All reactions