diff options
| author | Brad King <brad.king@kitware.com> | 2022-09-02 12:59:03 (GMT) |
|---|---|---|
| committer | Kitware Robot <kwrobot@kitware.com> | 2022-09-02 12:59:20 (GMT) |
| commit | 18d3733b540caea46a9ef3cb0cd243dbba3bb155 (patch) | |
| tree | b1672760c85024e246dd9ed5cb68d3ba7cfd6434 /Help/guide/tutorial/Adding a Library.rst | |
| parent | 77bed7828064b18aa9847b0cc16ba241d5eeef7d (diff) | |
| parent | 8c3aa7def7793d54c5e2b5b3b850d756bfe41b02 (diff) | |
| download | CMake-18d3733b540caea46a9ef3cb0cd243dbba3bb155.zip CMake-18d3733b540caea46a9ef3cb0cd243dbba3bb155.tar.gz CMake-18d3733b540caea46a9ef3cb0cd243dbba3bb155.tar.bz2 | |
Merge topic 'tutorial_step3_update'
8c3aa7def7 Tutorial: Update step 3 style
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Merge-request: !7594
Diffstat (limited to 'Help/guide/tutorial/Adding a Library.rst')
| -rw-r--r-- | Help/guide/tutorial/Adding a Library.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Help/guide/tutorial/Adding a Library.rst b/Help/guide/tutorial/Adding a Library.rst index 9b81894..46a8909 100644 --- a/Help/guide/tutorial/Adding a Library.rst +++ b/Help/guide/tutorial/Adding a Library.rst @@ -102,6 +102,7 @@ source file for the library is passed as an argument to :caption: TODO 1: MathFunctions/CMakeLists.txt :name: MathFunctions/CMakeLists.txt-add_library :language: cmake + :end-before: # TODO 1 .. raw:: html @@ -351,7 +352,7 @@ library names with ``EXTRA_LIBS``. This looks like the following: :name: CMakeLists.txt-target_link_libraries-EXTRA_LIBS :language: cmake :start-after: add_executable(Tutorial tutorial.cxx) - :end-before: # add the binary tree to the search path for include files + :end-before: # TODO 3 .. raw:: html |
