[CMake] Looking for a way to post-process Visual Studio projects generated by CMake

2014-11-21 Thread Parag Chandra
I've been using the RC builds of CMake 3.1 to generate Visual Studio projects for Native Client. I have things working pretty well with a few workarounds, but I'm still having one problem that I can't figure out a solution to. I am targeting the PNaCl environment of Native Client, and by default

[CMake] Default selected build configuration when opening Visual Studio project

2014-11-21 Thread Clifford Yapp
We have a large project defined in CMake that we generate Visual Studio solution files for, and we've noticed that even if the default build type is set to Release in CMake, the Visual Studio project still opens in Debug mode by default. Is there some setting we can enable that would make Visual S

Re: [CMake] INSTALL with FILES and generator expressions

2014-11-21 Thread Jörg Kreuzberger
Ok, found the issues. A little later in the script a collegue added a few lines which "resolved" the files with realpath. this seems to corrupt the generator expression :-) after removing those lines, everything workes as expected. Have a nice weekend. Joerg -- Powered by www.kitware.com Ple

[CMake] INSTALL with FILES and generator expressions

2014-11-21 Thread Jörg Kreuzberger
Hi! i would like to install files with generator expressions. I define a variable with my qt install files. These looks like this: QT_INSTALL_FILES $<$:/home/src/qt/486-64-dbg/lib/libQtCore-486-ubgcc482x64.so.4>;$<$:/home/src/qt/486-64-dbg/lib/libQtCore-486-ubgcc482x64.so.4>;$<$:/home/src/qt/48