diff options
author | Betsy McPhail <betsy.mcphail@kitware.com> | 2020-09-25 19:29:05 (GMT) |
---|---|---|
committer | Betsy McPhail <betsy.mcphail@kitware.com> | 2020-09-25 19:29:05 (GMT) |
commit | 9b988d9e57c432ed894e06406420d8d1949cf85f (patch) | |
tree | 03d29c62fe2f8c467d9a759f356d888d256d1991 /Help/guide/importing-exporting | |
parent | 7a4d84d8d20ea58cd5cb297b9e5decd58a80b709 (diff) | |
download | CMake-9b988d9e57c432ed894e06406420d8d1949cf85f.zip CMake-9b988d9e57c432ed894e06406420d8d1949cf85f.tar.gz CMake-9b988d9e57c432ed894e06406420d8d1949cf85f.tar.bz2 |
Help: Cleanup guides
* Move sections to be same level as Introduction in "Using Dependecies"
* Rename "Importing Exporting Targets" to "Importing Exporting Guide"
* Add an Introduction header to the Tutorial and Importing Exporting Guide
Diffstat (limited to 'Help/guide/importing-exporting')
-rw-r--r-- | Help/guide/importing-exporting/index.rst | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Help/guide/importing-exporting/index.rst b/Help/guide/importing-exporting/index.rst index b0cfb71..2e6e06d 100644 --- a/Help/guide/importing-exporting/index.rst +++ b/Help/guide/importing-exporting/index.rst @@ -1,10 +1,13 @@ -Importing and Exporting Targets -******************************* +Importing and Exporting Guide +***************************** .. only:: html .. contents:: +Introduction +============ + In this guide, we will present the concept of :prop_tgt:`IMPORTED` targets and demonstrate how to import existing executable or library files from disk into a CMake project. We will then show how CMake supports exporting targets |