CMake, GYP, Meson 등에서 Ninja 파일 생성을 지원Ninja is really just a build executorNinja는 속도에 중점을 둔 소형 빌드 시스템으로, Make의 느린 증분 빌드의 대안makefile과 build 사이에 한단계를 더둬서 속도를 빠르게 설계한 새로운 계층이라고 보는게 편하다 template configA template for a ninja configuration file.Instantly share code, notes, and snippets. A template for a ninja configuration file. You can't perform that action at this time. You signed in with another tab or window. You signed out in another tab or window. Reload to refresh your session. Reload to refresh your session.https://gist.github.com/orlp/95f2b788bf02b7041cf7닌자 (빌드 시스템)닌자(Ninja)는 속도에 중점을 둔 소형 빌드 시스템이다. 다른 빌드 시스템과 다른 점은 상위 레벨 빌드 시스템에서 입력 파일을 생성하도록 설계되었으며 최대한 빨리 빌드를 실행하도록 설계된 것이다. Make는 증분 빌드(또는 무연산 빌드) 를 수행 할 때 안정성을 위해 속도가 상대적으로 느려진다.https://ko.wikipedia.org/wiki/%EB%8B%8C%EC%9E%90_(%EB%B9%8C%EB%93%9C_%EC%8B%9C%EC%8A%A4%ED%85%9C)