All Projects â†’ p47t â†’ GN-demo

p47t / GN-demo

Licence: MIT license
Demonstrate building a C++ program with GN

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to GN-demo

Scikit Build
Improved build system generator for CPython C, C++, Cython and Fortran extensions
Stars: ✭ 234 (+609.09%)
Mutual labels:  build-tool
buildozer
🚜 Build tool which simplify your buildprocess. Built with Gulp.js 🥤
Stars: ✭ 22 (-33.33%)
Mutual labels:  build-tool
aseprite-macos-buildsh
Automated script to create latest release app (either beta, or release whichever is newer) of Aseprite for macOS
Stars: ✭ 143 (+333.33%)
Mutual labels:  build-tool
Dogo
Monitoring changes in the source file and automatically compile and run (restart).
Stars: ✭ 237 (+618.18%)
Mutual labels:  build-tool
Retire.js
scanner detecting the use of JavaScript libraries with known vulnerabilities
Stars: ✭ 2,909 (+8715.15%)
Mutual labels:  build-tool
millw
Mill Wrapper Script
Stars: ✭ 40 (+21.21%)
Mutual labels:  build-tool
Seed
Build tool for Scala projects
Stars: ✭ 223 (+575.76%)
Mutual labels:  build-tool
next-boilerplate
☶ The easiest way to create a Next app by running one command.
Stars: ✭ 65 (+96.97%)
Mutual labels:  build-tool
Webpack
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
Stars: ✭ 60,034 (+181821.21%)
Mutual labels:  build-tool
craftr
The core framework for the Craftr build system.
Stars: ✭ 1 (-96.97%)
Mutual labels:  build-tool
Vuepack
Publish .vue files in NPM packages
Stars: ✭ 242 (+633.33%)
Mutual labels:  build-tool
Nsis
***This is just a mirror of https://sf.net/projects/nsis -- please report issues there*** NSIS (Nullsoft Scriptable Install System) is a professional open source system to create Windows installers. It is designed to be as small and flexible as possible and is therefore very suitable for internet distribution.
Stars: ✭ 244 (+639.39%)
Mutual labels:  build-tool
makeme
Embedthis MakeMe
Stars: ✭ 26 (-21.21%)
Mutual labels:  build-tool
Build Harness
🤖Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more
Stars: ✭ 236 (+615.15%)
Mutual labels:  build-tool
rush-cli
âš¡ A new and improved way of building MIT AI2 extensions.
Stars: ✭ 31 (-6.06%)
Mutual labels:  build-tool
Hxcpp
Runtime files for c++ backend for haxe
Stars: ✭ 228 (+590.91%)
Mutual labels:  build-tool
proot-static-build
Build static variants of PRoot
Stars: ✭ 63 (+90.91%)
Mutual labels:  build-tool
goreleaser-xx
Cross compilation helper for GoReleaser
Stars: ✭ 34 (+3.03%)
Mutual labels:  build-tool
cmake-d
cmake for D2
Stars: ✭ 57 (+72.73%)
Mutual labels:  build-tool
cacheify
Browserify transform wrapper that caches the transforms between runs to improve performance
Stars: ✭ 30 (-9.09%)
Mutual labels:  build-tool

Build Status

What is GN?

Take a look at Using GN build by Brett Wilson.

Build steps

$ gn gen out
$ ninja -C out

See it in action

asciicast

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].