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 Dependencies" etc., but so far, CMake doesn't know about them. It would help, if CMake could do some post-processing on generated project files, or would support adding property sheets to projects (I'd be able to configure a property sheet and add it to project with all the necessary settings). But maybe I'm missing something? It's just that I try to move away from writing Android makefiles by hand to generating Tegra Nsight projects for them, but right now I have to set 4 or 5 settings by hand after each CMakeLists.txt change, because there is no way to set them from CMake. -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake
