summaryrefslogtreecommitdiffstats
path: root/Help/command
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-05-10 13:25:03 (GMT)
committerKitware Robot <kwrobot@kitware.com>2017-05-10 13:25:07 (GMT)
commit07e30f082c73fe9fbeadafb97ca479e03f46c9bb (patch)
tree9e13e324104df2d1eb1bb02c5075295a3346f973 /Help/command
parent8a19ce47679580445a5ae291ecfbb3e88c8c6aeb (diff)
parent32400110fe7ea1b624d19625b5ae606f5f47814d (diff)
downloadCMake-07e30f082c73fe9fbeadafb97ca479e03f46c9bb.zip
CMake-07e30f082c73fe9fbeadafb97ca479e03f46c9bb.tar.gz
CMake-07e30f082c73fe9fbeadafb97ca479e03f46c9bb.tar.bz2
Merge topic 'doc-HEADER_FILE_ONLY-use-case'
32400110 Help: Document HEADER_FILE_ONLY use case Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !812
Diffstat (limited to 'Help/command')
-rw-r--r--Help/command/add_executable.rst3
-rw-r--r--Help/command/add_library.rst4
2 files changed, 7 insertions, 0 deletions
diff --git a/Help/command/add_executable.rst b/Help/command/add_executable.rst
index 19ca658..c088796 100644
--- a/Help/command/add_executable.rst
+++ b/Help/command/add_executable.rst
@@ -40,6 +40,9 @@ the syntax ``$<...>``. See the :manual:`cmake-generator-expressions(7)`
manual for available expressions. See the :manual:`cmake-buildsystem(7)`
manual for more on defining buildsystem properties.
+See also :prop_sf:`HEADER_FILE_ONLY` on what to do if some sources are
+pre-processed, and you want to have the original sources reachable from
+within IDE.
--------------------------------------------------------------------------
diff --git a/Help/command/add_library.rst b/Help/command/add_library.rst
index 3a76040..02788e3 100644
--- a/Help/command/add_library.rst
+++ b/Help/command/add_library.rst
@@ -59,6 +59,10 @@ the syntax ``$<...>``. See the :manual:`cmake-generator-expressions(7)`
manual for available expressions. See the :manual:`cmake-buildsystem(7)`
manual for more on defining buildsystem properties.
+See also :prop_sf:`HEADER_FILE_ONLY` on what to do if some sources are
+pre-processed, and you want to have the original sources reachable from
+within IDE.
+
Imported Libraries
^^^^^^^^^^^^^^^^^^