Skip to content

A lightning fast meta-build system for C/C++ projects

Notifications You must be signed in to change notification settings

cmsolomon/blink

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blink

A lightning fast build system for projects based on C/C++

Blink is a meta-build system for C/C++ projects based on CMake and Ninja.

The main focus of Blink is as below -

  • Make builds as fast as possible
  • Support TDD workflow
  • Automate the boring stuff

To run, navigate to root of project and run the below command - cmake -Bbuild -H. -G "Ninja" && ninja -C build all -v

About

A lightning fast meta-build system for C/C++ projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.8%
  • CMake 0.2%