If you open up the sln file in Visual Studio, is there an INSTALL target?<br><br>You can try using cmake --build on the command line:<br><br>cmake --build . --target install --config Debug<br><br>Should work...<br><br><br>
Let us know,<br>David<br><br><br><div class="gmail_quote">On Mon, Nov 1, 2010 at 8:30 AM, Thomas Lehmann <span dir="ltr"><<a href="mailto:t.lehmann@rtsgroup.net">t.lehmann@rtsgroup.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div link="blue" vlink="purple" lang="DE">
<div>
<p class="MsoNormal">Hi all,</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"><span lang="EN-US">on Unix I can use „make install”
but I have no clue how</span></p>
<p class="MsoNormal"><span lang="EN-US">do it on windows. Can somebody please help?</span></p>
<p class="MsoNormal"><span lang="EN-US"> </span></p>
<p class="MsoNormal"><span lang="EN-US">This is what I have defined in my demo
environment:</span></p>
<p class="MsoNormal"><span lang="EN-US">install(TARGETS app2 RUNTIME DESTINATION
${CMAKE_BINARY_DIR}/bin)</span></p>
<p class="MsoNormal"><span lang="EN-US"> </span></p>
<p class="MsoNormal"><span lang="EN-US">Try:</span></p>
<p class="MsoNormal"><span lang="EN-US">msbuild Project.sln /target:install</span></p>
<p class="MsoNormal"><span lang="EN-US">> INSTALL:</span></p>
<p class="MsoNormal"><span lang="EN-US">> The project "INSTALL"
is not selected for building in solution configuration "Debug|Win32".</span></p>
<p class="MsoNormal"><span lang="EN-US"> </span></p>
<p class="MsoNormal"><span lang="EN-US">Kind Regards</span></p>
<p class="MsoNormal"><span lang="EN-US">Thomas</span></p>
</div>
<br><p align="left"><font face="Arial" size="2">Thomas Lehmann<br>Scrum Master</font></p>
<p align="left"><font face="Microsoft Sans Serif"></font><font face="Microsoft Sans Serif"><span style="font-size: 10pt; color: gray;" lang="EN-US"><img src="" border="0"></span></font></p><span style="font-size: 10pt;" lang="EN-US">
<p align="left">RTS Realtime Systems Software GmbH, Rembrandtstrasse 13, D-60596 Frankfurt am Main <br>T: +49.69.61009.0 / F: +49.69.61009.181<font size="2"> </font></p>
<p align="left"><font size="2">Sitz: Frankfurt am Main - HRB 84467 Amtsgericht Frankfurt am Main<br>Geschäftsführer: Steffen Gemuenden, Igor Sluga</font></p>
<p align="left"></p></span><span style="font-size: 10pt;" lang="EN-US"><a href="http://www.rtsgroup.net" target="_blank">www.rtsgroup.net</a></span>
<p align="left"><span style="font-size: 10pt; color: gray;" lang="EN-US">This email and any attachments are for the exclusive and confidential use of the intended recipient. If you are not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, please do not read, distribute or take action in reliance upon this message. If you have received this in error, please notify me immediately by return email and promptly delete this message and its attachments from your computer system.</span><font face="Arial"> </font></p>
</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>