diff options
Diffstat (limited to 'Help/guide/tutorial/Packaging an Installer.rst')
-rw-r--r-- | Help/guide/tutorial/Packaging an Installer.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/guide/tutorial/Packaging an Installer.rst b/Help/guide/tutorial/Packaging an Installer.rst index cee1da4..f3a5e12 100644 --- a/Help/guide/tutorial/Packaging an Installer.rst +++ b/Help/guide/tutorial/Packaging an Installer.rst @@ -12,6 +12,7 @@ CPack to create platform specific installers. Specifically we need to add a few lines to the bottom of our top-level ``CMakeLists.txt`` file. .. literalinclude:: Step8/CMakeLists.txt + :caption: CMakeLists.txt :language: cmake :start-after: # setup installer |