Geany can run any command line tool, see https://www.geany.org/manual/current/index.html#build-menu-configuration
Cheers Lex
On Fri, 7 Jun 2019 at 20:01, Patrick Mulder mulder.patrick@gmail.com wrote:
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 Users@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/users