[Geany-Users] cmake builds on windows
Patrick Mulder
mulder.patrick at xxxxx
Fri Jun 7 10:01:18 UTC 2019
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/users/attachments/20190607/24a6a751/attachment.html>
More information about the Users
mailing list