Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 499 Bytes

creating-new.rst

File metadata and controls

19 lines (14 loc) · 499 Bytes

Creating new package

This is a guide for adding new package to Hunter. We start with the simple one (CMake based, no dependencies), then cover "hunterization" (CMake based, depends on other packages). Final is a most complex one (non-CMake packages, creating custom build scheme).

.. toctree::
   :maxdepth: 1

   /creating-new/cmake
   /creating-new/cmake-dependencies
   /creating-new/custom