[Geany-Users] cmake builds on windows

Lex Trotman elextr at xxxxx
Fri Jun 7 10:14:01 UTC 2019


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 at 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 at lists.geany.org
> https://lists.geany.org/cgi-bin/mailman/listinfo/users


More information about the Users mailing list