From f9336feb6237288226685b6c4bc40245e8954ca2 Mon Sep 17 00:00:00 2001 From: Matthias Hadlich Date: Thu, 23 Feb 2017 12:07:31 +0100 Subject: [PATCH] Add CMake --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d45107e..a790207 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ * [Apache Ant](https://ant.apache.org/) - Automation build tool, similar to make, written in Java. * [Apache Maven](http://maven.apache.org/) - Build automation tool mainly for Java. * [Bazel](http://www.bazel.io/) - Google's build system. + * [CMake](http://www.cmake.org/) - Cross-platform build, test and packaging software. * [GNU Make](http://www.gnu.org/software/make/) - The most popular automation build tool for many purposes. * [Gradle](http://gradle.org/) - Another build automation system. * [Rake](https://github.com/ruby/rake) - Build automation tool similar to Make, written in and extensible in Ruby.