Hello,

I was wondering how to best run a build with CMake, e.g.

 CMakeLists.txt

project(myprj)
add_executable(myprj main.cpp)

Then, would I generate this project with:
mkdir build
cd build
cmake -G "..." ..
cmake --build .

What would be the flow with Geany?

Thanks!

Patrick
_______________________________________________
Users mailing list
[email protected]
https://lists.geany.org/cgi-bin/mailman/listinfo/users

Reply via email to