Once I have configured and generated a CMake project, is there a way to extract that into a command? So, let's say I have configured and generated a project using the CMake GUI. I am then able to extract <br>(somehow) the full configure/generate command which looks like this:<div><br></div><div>cmake -DOPTION_1=ON -DOPTION_2=OFF -G "Visual Studio 10 1010" ../</div>