Re: [CMake] Install sub project from Visual Studio

2018-03-18 Thread Dvir Yitzchaki
You can add a custom target which runs cmake -P /cmake_install.cmake Regards, Dvir From: CMake On Behalf Of Scott Bloom Sent: Friday, March 16, 2018 21:59 To: cmake@cmake.org Subject: [Digital Signature Failure] [CMake] Install sub project from Visual Studio I know from the command line on a

[CMake] Install sub project from Visual Studio

2018-03-16 Thread Scott Bloom
I know from the command line on a make based system, I can simply make install on an individual project, and it will only install that executable. Is there any way to do the same from visual studio? Scott -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: