[CMake] Dependency for launching an application

Nick Overdijk nick at astrant.net
Fri Feb 8 06:21:02 EST 2013


Can't you only launch parent.exe in VS and remove the dependency?

On 2013-08-02, at 12:19:56 , Andreas Haferburg wrote:

> In our build, we have two executables, parent.exe launches child.exe as a child process. ATM the build is set up with add_dependencies(parent child). So when using F5 in Visual Studio, child.exe is built first, then parent.exe, then parent.exe is launched. Is it possible to set this up such that child.exe and parent.exe are built in parallel before launching parent?
> 
> Regards
> Andreas
> --
> 
> Powered by www.kitware.com
> 
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
> 
> Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ
> 
> Follow this link to subscribe/unsubscribe:
> http://www.cmake.org/mailman/listinfo/cmake



More information about the CMake mailing list