LCUI icon indicating copy to clipboard operation
LCUI copied to clipboard

Please add cmake based build script

Open ghost opened this issue 2 years ago • 1 comments

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.

ghost avatar Jun 18 '23 02:06 ghost

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

lc-soft avatar Jun 20 '23 08:06 lc-soft