<div dir="ltr"><div><div><div>Hi Elizabeta.<br><br></div>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 VS the first time a project is opened).<br>
<br></div>It is possible to work around this by generating the .user file yourself (using `file(WRITE ...)` and similar commands); I've done it, but it's a large-ish (and messy) chunk of work, especially if you need it to be configurable.<br>
<br></div>Petr<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Nov 25, 2013 at 1:30 PM, elizabeta petreska <span dir="ltr"><<a href="mailto:elizabeta.petreska@gmail.com" target="_blank">elizabeta.petreska@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>Hi<br></div>I want to set executable command for starting dll project with cmake. The option in vs2010 is in Project Properties->Configuration Properties->Debugging->Command<br>
<br></div>
Is this possible with cmake<br></div>
<br>--<br>
<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Kitware offers various services to support the CMake community. For more information on each offering, please visit:<br>
<br>
CMake Support: <a href="http://cmake.org/cmake/help/support.html" target="_blank">http://cmake.org/cmake/help/support.html</a><br>
CMake Consulting: <a href="http://cmake.org/cmake/help/consulting.html" target="_blank">http://cmake.org/cmake/help/consulting.html</a><br>
CMake Training Courses: <a href="http://cmake.org/cmake/help/training.html" target="_blank">http://cmake.org/cmake/help/training.html</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br></blockquote></div><br></div>