mirror of
https://github.com/ttroy50/cmake-examples.git
synced 2025-12-18 12:14:36 +03:00
Add packagement outline
This commit is contained in:
13
07-package-management/README.adoc
Normal file
13
07-package-management/README.adoc
Normal 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.
|
||||
|
||||
Reference in New Issue
Block a user