lc-soft / LCUI

C library for building user interfaces
https://lcui-dev.github.io
MIT License
4.12k stars 356 forks source link

Please add cmake based build script #304

Closed ghost closed 3 months ago

ghost commented 1 year ago

cmake when used with ninja generator is much faster for parallel build and the most important is no posix shell is required, just the plain windows command prompt is enough. autotools based build script will always require a posix shell.

lc-soft commented 1 year ago

The build tool will be replaced with XMake in the next version, which can generate CMakeLists.txt for cmake developers to use.