<div>Figuring out to insert new compiling options or changing some options are very hard for a CMake newbie. I'm working on Windows (both Visual Studio, MingW/MSYS) via CMake. In particular, I'd like to do following two things:</div>

<div> </div>
<div>(1) I'd like to add "-std=c++0x" for some files in lib\Transforms\Instrumentation. (I don't think it's good idea to put this option entirely)</div>
<div>(2) I'd like to change intermediate directories for all libraries and tools. (The default is ***.dir) I tried to add some CMake options, but failed.</div>
<div> </div>
<div>The aboves are easy on Visual Studio. But, chaning CMake (minimally) is hard to do.</div>
<div> </div>
<div>Thank you,</div>
<div>"\0\0"</div>
<div> </div>