[CMake] add_test and $(Configuration) with Visual Studio Generator

2010-07-20 Thread Kelly Thompson
Hi, I am having trouble with add_test and the MSVC macro $(Configuration) when I generate project files for Visual Studio. I am hoping someone on this list can provide a solution. Scenario: (This is an outline of what I want to do.) 1. Ceating a unit test via 'add_executable(unitt

Re: [CMake] add_test and $(Configuration) with Visual Studio Generator

2010-07-20 Thread Michael Wild
On 20. Jul, 2010, at 21:39 , Kelly Thompson wrote: > Hi, > > > > I am having trouble with add_test and the MSVC macro $(Configuration) when I > generate project files for Visual Studio. I am hoping someone on this list > can provide a solution. > > > > Scenario: (This is an outline of what

Re: [CMake] add_test and $(Configuration) with Visual Studio Generator

2010-07-21 Thread Kelly Thompson
Cc: cmake@cmake.org > Subject: Re: [CMake] add_test and $(Configuration) with Visual Studio > Generator > > On 20. Jul, 2010, at 21:39 , Kelly Thompson wrote: > > > Hi, > > > > > > > > I am having trouble with add_test and the MSVC macro $(Configurat