diff options
author | Betsy McPhail <betsy.mcphail@kitware.com> | 2020-07-22 20:17:41 (GMT) |
---|---|---|
committer | Betsy McPhail <betsy.mcphail@kitware.com> | 2020-07-22 20:17:41 (GMT) |
commit | 63af35019ad6fb2f3b2fa81fabe4e3e5d9be46b1 (patch) | |
tree | 0502ca50b3f5f2dd2d1b1838a5daba190f6c6bc8 /Help/guide | |
parent | d45f0d719e0be324959d7ba5e9d84596592fc19a (diff) | |
download | CMake-63af35019ad6fb2f3b2fa81fabe4e3e5d9be46b1.zip CMake-63af35019ad6fb2f3b2fa81fabe4e3e5d9be46b1.tar.gz CMake-63af35019ad6fb2f3b2fa81fabe4e3e5d9be46b1.tar.bz2 |
Tutorial: Add missing `language` option to literalinclude
Diffstat (limited to 'Help/guide')
-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 |