Skip to content

Commit

Permalink
Docs: Add 'cub'
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslo committed Nov 11, 2017
1 parent f16afee commit 1b647e0
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/packages/pkg/cub.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
.. spelling::

cub

.. index:: unsorted ; cub

.. _pkg.cub:

cub
===

- `Official <https://github.com/NVlabs/cub>`__
- `Hunterized <https://github.com/hunter-packages/cub>`__
- `Example <https://github.com/ruslo/hunter/blob/master/examples/cub/CMakeLists.txt>`__
- Added by `David Hirvonen <https://github.com/headupinclouds>`__ (`pr-1162 <https://github.com/ruslo/hunter/pull/1162>`__)

.. code-block:: cmake
hunter_add_package(cub)
find_package(cub CONFIG REQUIRED)
target_link_libraries(foo cub::cub)

0 comments on commit 1b647e0

Please sign in to comment.