diff options
Diffstat (limited to 'Help/guide/tutorial/Installing and Testing.rst')
-rw-r--r-- | Help/guide/tutorial/Installing and Testing.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/guide/tutorial/Installing and Testing.rst b/Help/guide/tutorial/Installing and Testing.rst index 53f0363..2fc3202 100644 --- a/Help/guide/tutorial/Installing and Testing.rst +++ b/Help/guide/tutorial/Installing and Testing.rst @@ -14,6 +14,7 @@ So to the end of ``MathFunctions/CMakeLists.txt`` we add: .. literalinclude:: Step5/MathFunctions/CMakeLists.txt :caption: MathFunctions/CMakeLists.txt + :name: MathFunctions/CMakeLists.txt-install-TARGETS :language: cmake :start-after: # install rules @@ -21,6 +22,7 @@ And to the end of the top-level ``CMakeLists.txt`` we add: .. literalinclude:: Step5/CMakeLists.txt :caption: CMakeLists.txt + :name: CMakeLists.txt-install-TARGETS :language: cmake :start-after: # add the install targets :end-before: # enable testing @@ -65,6 +67,7 @@ the application is working correctly. .. literalinclude:: Step5/CMakeLists.txt :caption: CMakeLists.txt + :name: CMakeLists.txt-enable_testing :language: cmake :start-after: # enable testing |