LCUI
LCUI copied to clipboard
Please add cmake based build script
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.
The build tool will be replaced with XMake in the next version, which can generate CMakeLists.txt for cmake developers to use.