cmake-examples/07-package-management
2020-01-17 19:48:14 -05:00
..
A-using-system-provide-packages fix some typos 2019-04-06 22:29:57 +01:00
B-vendoring-code fix some typos 2019-04-06 22:29:57 +01:00
C-external-project-add fix some typos 2019-04-06 22:29:57 +01:00
D-conan spelling fixes 2020-01-17 19:48:14 -05:00
README.adoc spelling fixes 2020-01-17 19:48:14 -05:00

= Package Management
:toc:
:toc-placement!:

toc::[]

[[intro]]
Introduction
------------

For C++ and CMake there is currently no universally accepted way of managing and packaging dependencies. However, in recent years there have been some new and interesting package management systems made available. While these are separate systems to CMake, most of them have are designed to integrate directly into a CMake based build system.