[CMake] Set executable for dll project in vs2010 with cmake

2013-11-25 Thread elizabeta petreska
Hi I want to set executable command for starting dll project with cmake. The option in vs2010 is in Project Properties-Configuration Properties-Debugging-Command Is this possible with cmake -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at:

Re: [CMake] Set executable for dll project in vs2010 with cmake

2013-11-25 Thread Petr Kmoch
Hi Elizabeta. Unfortunately, that is not possible (directly). The reason is that settings in the Debugging subtree of Configuration Properties are not stored in the project files (.vc[x]proj), but in host-and-machine-specific .user files, and CMake does not generate those (they are generated by