Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions docs/creating-new/create/cmake.rst
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,10 @@ Download release archive and calculate ``SHA1``:
Add this information to ``cmake/projects/hunter_box_1/hunter.cmake`` file:

.. code-block:: cmake
:emphasize-lines: 10, 12, 14, 16
:emphasize-lines: 1, 13, 15, 17, 19

# Copyright (c) 2016-2020, Rahul Sheth, Ruslan Baratov
Comment thread
NeroBurner marked this conversation as resolved.
Outdated
# All rights reserved.

# !!! DO NOT PLACE HEADER GUARDS HERE !!!

Expand Down Expand Up @@ -402,7 +405,8 @@ Create example
[hunter]> sed -i 's,foo,hunter_box_1,g' examples/hunter_box_1/*

Tweak all files in ``examples/hunter_box_1`` directory to fit headers and
names of imported targets.
names of imported targets. Don't forget to update the copyright notices in
``examples/hunter_box_1/CMakeLists.txt`` with your name.
Comment thread
craffael marked this conversation as resolved.
Outdated

Add documentation
=================
Expand Down