Hi all, on Unix I can use "make install" but I have no clue how do it on windows. Can somebody please help?
This is what I have defined in my demo environment:
install(TARGETS app2 RUNTIME DESTINATION ${CMAKE_BINARY_DIR}/bin)
Try:
msbuild Project.sln /target:install
> INSTALL:
> The project "INSTALL" is not selected for building in solution configuration
> "Debug|Win32".
Kind Regards
Thomas
Thomas Lehmann
Scrum Master
[cid:rts-logo.png@383e954c38bc4c12a7162081b917ee07]
RTS Realtime Systems Software GmbH, Rembrandtstrasse 13, D-60596 Frankfurt am
Main
T: +49.69.61009.0 / F: +49.69.61009.181
Sitz: Frankfurt am Main - HRB 84467 Amtsgericht Frankfurt am Main
Gesch?ftsf?hrer: Steffen Gemuenden, Igor Sluga
www.rtsgroup.net
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.
<<inline: rts-logo.png>>
_______________________________________________ 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
