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

2014-11-24 Thread Petr Kmoch
Hi Parag. There is no way to hook arbitrary postprocessing, and as per http://public.kitware.com/Bug/view.php?id=13020 , that is by design. For your specific issue, CMake has some support for customising a .vc[x]proj using target properties like VS_KEYWORD or VS_GLOBAL_. You can look whether any

[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