Re: [CMake] Multiple Visual Studio Solutions through same master CMakeLists.txt

2016-01-28 Thread Nikita Barawade
Hi, Thanks Nils ! Regards, Nikita From: Nils Gladitz <nilsglad...@gmail.com> Sent: 28 January 2016 05:27 PM To: Nikita Barawade; cmake@cmake.org Subject: Re: [CMake] Multiple Visual Studio Solutions through same master CMakeLists.txt On 01/28/2016

[CMake] Multiple Visual Studio Solutions through same master CMakeLists.txt

2016-01-28 Thread Nikita Barawade
Hi All , It is possible to same master CMakeList to generate multiple visual studio solution files ? here is my master CMakeList : cmake_minimum_required (VERSION 2.8.11) project (Myproject_all) set_property (GLOBAL PROPERTY USE_FOLDERS ON) # Set compiler flags and options. # enable the

Re: [CMake] Multiple Visual Studio Solutions through same master CMakeLists.txt

2016-01-28 Thread Nils Gladitz
On 01/28/2016 12:42 PM, Nikita Barawade wrote: Hi All , It is possible to same master CMakeList to generate multiple visual studio solution files ? here is my master CMakeList : cmake_minimum_required (VERSION 2.8.11) project (Myproject_all) set_property (GLOBAL PROPERTY USE_FOLDERS