Re: [CMake] how to map configurations from include_external_msproject() ?

2016-02-15 Thread Gerhard Pobinger
Hendrik Sattler writes: > >How can I map a configuration of an external ms-project (e.g. > >'release_shared') into a configuration (e.g. 'release') of the > >cmake-generated solution? The problem is that simply adding a > >configuration > >named 'release' works, of course, but then I'd

Re: [CMake] how to map configurations from include_external_msproject() ?

2016-02-09 Thread Hendrik Sattler
Hi, Am 9. Februar 2016 13:36:03 MEZ, schrieb Gerhard Pobinger : >I'm trying to include legacy Visual Studio projects into a cmake >generated >solution like this: > >project(Crypto) > >include_external_msproject(${PROJECT_NAME}_vcproj >