Files
awesome-cmake/README.md
Matt McCormick c765d168cf Add link to scikit-build (#7)
Based on CMake.
2016-09-12 21:47:56 +03:00

18 KiB
Raw Blame History

Awesome CMake Awesome

A curated list of awesome CMake scripts, modules, examples and others.

This is released under the Creative Commons Attribution 4.0 International License (CC BY 4.0).

Your contributions are highly welcome (first see CONTRIBUTING.md).

For more awesome lists, see awesome.

Contents

Articles

Package Management

  • ruslo/hunter - Cross-platform package manager for C++ (based on CMake ExternalProject). BSD2
  • pfultz2/cget - CMake package retrieval. This can be used to download and install CMake packages. BOOST
  • iauns/cpm - A C++ Package Manager based on CMake and Git. MIT
  • conan-io/conan - Conan C++ Package Manager, implemented in Python and has a CMake integration backend. MIT
  • floooh/fips - High-level build system/dependency management for distributed, multi-platform C/C++ projects. MIT

Modules

Utility Scripts

These provide a wide range of functionality - from dealing with compiler flags to using tools. Some also contain modules.

Toolchains

Tutorials/Examples/Templates

Other