Add packagement outline

This commit is contained in:
Thom Troy
2019-03-31 22:27:38 +01:00
parent 45f1b54d6c
commit c5199ccf3d

View File

@@ -0,0 +1,13 @@
= 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 seperate systems to CMake, most of them have are designed to integrate directly into a CMake based build system.