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.patr...@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
_______________________________________________
Users mailing list
Users@lists.geany.org
https://lists.geany.org/cgi-bin/mailman/listinfo/users

Reply via email to