github

onqtam / awesome-cmake

  • суббота, 10 сентября 2016 г. в 03:16:50
https://github.com/onqtam/awesome-cmake

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



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

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