You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 15, 2023. It is now read-only.
https://chromium.googlesource.com/chromium/src/+/master/docs/ninja_build.md[Chromium Ninja documentation for more details].
163
162
164
-
http://www.cmake.org/[CMake]:: A widely used meta-build system that
165
-
can generate Ninja files on Linux as of CMake version 2.8.8. (There
166
-
is some Mac and Windows support -- http://www.reactos.org[ReactOS]
167
-
uses Ninja on Windows for their buildbots, but those platforms are not
168
-
yet officially supported by CMake as the full test suite doesn't
169
-
pass.)
163
+
https://cmake.org/[CMake]:: A widely used meta-build system that
164
+
can generate Ninja files on Linux as of CMake version 2.8.8. Newer versions
165
+
of CMake support generating Ninja files on Windows and Mac OS X too.
170
166
171
-
others:: Ninja ought to fit perfectly into other meta-build software
167
+
https://github.com/ninja-build/ninja/wiki/List-of-generators-producing-ninja-build-files[others]:: Ninja ought to fit perfectly into other meta-build software
172
168
like http://industriousone.com/premake[premake]. If you do this work,
0 commit comments