<div dir="ltr">Hello,<div><br></div><div>I was wondering how to best run a build with CMake, e.g.</div><div><br></div><div> CMakeLists.txt</div><div><br></div><div>project(myprj)</div><div>add_executable(myprj main.cpp)<br></div><div><br></div><div>Then, would I generate this project with:</div><div>mkdir build</div><div>cd build</div><div>cmake -G "..." ..</div><div>cmake --build .</div><div><br></div><div>What would be the flow with Geany?</div><div><br></div><div>Thanks!</div><div><br></div><div>Patrick</div><div><br></div><div><br></div><div><br></div><div><br></div></div>