Skip to content
Merged
Changes from all 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) 2025-20XX, <your-name-here>
# 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 the current year and your name.

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