Skip to content

Commit 7e876ee

Browse files
authored
Merge pull request fffaraz#788 from stunpix/master
Add Buck build system
2 parents f628c30 + e624495 commit 7e876ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -913,6 +913,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
913913

914914
* [Bazel](https://bazel.build) - A multi-language, fast and scalable build system from Google. [Apache]
915915
* [Bear](https://github.com/rizsotto/Bear) - A tool to generate compilation database for clang tooling. [GPLv3]
916+
* [Buck](https://github.com/facebook/buck) - A fast build system that encourages the creation of small, reusable modules over a variety of platforms and languages including C++ developed and used at Facebook. Written in Java. [Apache]
916917
* [clib](https://github.com/clibs/clib) - Package manager for the C programming language. [MIT]
917918
* [CMake](https://cmake.org/) - Cross-platform free and open-source software for managing the build process of software using a compiler-independent method. [BSD]
918919
* [C++ Archive Network](https://cppan.org/) - Cross-platform C++ Dependency Manager with a lot of packages available.

0 commit comments

Comments
 (0)