Re: [CMake] Change the default output path in Visual Studio

2015-03-30 Thread Nils Gladitz
On 03/30/2015 03:36 PM, Petr Bena wrote: Hi Nils, Great! Could you please give me some mininal example and perhaps add it to documentation page which is now kind of vague? From what is written there, I suppose that this variable changes the runtime output directory, but for all targets since it'

Re: [CMake] Change the default output path in Visual Studio

2015-03-30 Thread Petr Bena
Hi Nils, Great! Could you please give me some mininal example and perhaps add it to documentation page which is now kind of vague? From what is written there, I suppose that this variable changes the runtime output directory, but for all targets since it's set and until it's changed? eg. if I hav

Re: [CMake] Change the default output path in Visual Studio

2015-03-30 Thread Nils Gladitz
On 03/30/2015 03:25 PM, Petr Bena wrote: I have following problem: I got a project with plugins, each plugin and core is a separate cmake project, however core includes all of them When I configure "core" it also configures all plugins and running "make" also make core, all libraries and plugin

[CMake] Change the default output path in Visual Studio

2015-03-30 Thread Petr Bena
I have following problem: I got a project with plugins, each plugin and core is a separate cmake project, however core includes all of them When I configure "core" it also configures all plugins and running "make" also make core, all libraries and plugins. My problem however is the default locat