<br><font size=2 face="sans-serif">Hello</font>
<br>
<br><font size=2 face="sans-serif">I'm using add_executable to create an
executable file.</font>
<br>
<br><font size=2 face="sans-serif">I'd like to extract the filepath of
the created executable for a custom command.</font>
<br>
<br><font size=2 face="sans-serif">This causes some trouble for me because
I use and must use visual studio.</font>
<br><font size=2 face="sans-serif">The familiar problem with the build
type being added as a subfolder.</font>
<br>
<br><font size=2 face="sans-serif">However, i see that the command</font>
<br>
<br><font size=2 face="sans-serif">install(targets Target)</font>
<br>
<br><font size=2 face="sans-serif">somehow manages to extract the very
information i'm intrested in.</font>
<br>
<br><font size=2 face="sans-serif">Is there any way for me to do the same?</font>
<br>
<br><font size=2 face="sans-serif">-mika</font>