Re: [CMake] Set Visual Studio parameters not supported directly by CMake

2015-05-05 Thread Parag Chandra
I asked about this a while back; I think it comes up repeatedly. The short answer seems to be that this is not supported, by design, so I have simply taken to post-processing the generated solutions with Python/Gradle scripts. Not ideal, but it has been working well enough for me. Parag Chandr

[CMake] Set Visual Studio parameters not supported directly by CMake

2015-05-05 Thread Max Savenkov
Is there any way to set a parameter of a Visual Studio project that is not directly supported by a CMake property or keyword? This is especially important for the new platforms in Visual Studio, like Android or Emscripten. There are a lot of fields I'd like to set, like "Debuggable" flag, "JAR Dep