lszl84 / wx_cmake_template

A template for multiplatform WxWidgets projects using CMake
MIT License
143 stars 50 forks source link

Could one use ninja builder? #11

Closed tester0077 closed 1 year ago

tester0077 commented 1 year ago

Would it be possible to use ninja build system? And how r where would it be best to set this up?

lszl84 commented 1 year ago

try

cmake -G Ninja S. -Bbuild
cmake --build build
tester0077 commented 1 year ago

thank you; that works for me