8000 Add note about updating copyright notes to the manual by craffael · Pull Request #601 · cpp-pm/hunter · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add note about updating copyright notes to the manua 8000 l #601

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 2, 2025
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
0