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
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
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
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