diff options
-rw-r--r-- | Help/guide/tutorial/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/guide/tutorial/index.rst b/Help/guide/tutorial/index.rst index e42b4f0..d856a17 100644 --- a/Help/guide/tutorial/index.rst +++ b/Help/guide/tutorial/index.rst @@ -552,6 +552,7 @@ We also have to add the current binary directory to the list of include directories so that ``Table.h`` can be found and included by ``mysqrt.cxx``. .. literalinclude:: Step7/MathFunctions/CMakeLists.txt + :language: cmake :start-after: # state that we depend on our bin :end-before: # install rules |