Alexandru,<br><br>Debug parameters are stored to the *.*user file. CMake does not create this file. Suppose you should add this parameters yourself or store user file once and copy it to the vcproj folder.<br><br><div class="gmail_quote">
2009/5/17 Alexandru Duþu <span dir="ltr"><<a href="mailto:alex.dutu@gmail.com">alex.dutu@gmail.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello,<br><br>I am new to CMake, and I've been searching the web for a solution to this problem also CMake wiki and I found nothing concludent.<br>I am using Windows XP SP3 and Visual Studio 2008.<br><br>I am trying to include program arguments in debug configuration, without arguments I can't debug, normally in VS this is done by going to Project/Settings/Debugging/Command Arguments. If I am using a CMake for build configuration, by setting the arguments from VS it has no effect, so I thought I must include the arguments in CMakeList.txt. From web searching I came up with this<br>
<br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">"ADD_CUSTOM_COMMAND(<br> TARGET DICOMVolRenderer<br> POST_BUILD<br> COMMAND DICOMVolRenderer -DICOM ${DICOM_DATA} -Clip -CT_Bone<br>
DEPENDS DICOMVolRenderer -DICOM ${DICOM_DATA}<br>)"</blockquote><div><br>but this just calls my program after every build with my arguments.<br>Is there any cmake command for this?<br>Is there a solution for this?<br>
<br>Please help me this is bugging me for some days.<br><br>Alex<br></div>
<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</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>
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>
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>