Files
cmake-examples/07-package-management
Karl Nilsson f1f7c85d95 spelling fixes
2020-01-17 19:48:14 -05:00
..
2019-04-06 22:29:57 +01:00
2019-04-06 22:29:57 +01:00
2020-01-17 19:48:14 -05:00
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.