diff options
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 |