summaryrefslogtreecommitdiffstats
path: root/Help/manual/cmake-properties.7.rst
diff options
context:
space:
mode:
authorMatthew Woehlke <matthew.woehlke@kitware.com>2017-07-07 15:20:08 (GMT)
committerMatthew Woehlke <matthew.woehlke@kitware.com>2017-07-12 17:28:21 (GMT)
commited5bde30f70a7da8cc95e600195b58e0d936e38d (patch)
treee26fc9248bfb7e8f39ce13ee61d0cd21dc8e77c8 /Help/manual/cmake-properties.7.rst
parente40e8f5c4216ac1e176342887d1af95965528344 (diff)
downloadCMake-ed5bde30f70a7da8cc95e600195b58e0d936e38d.zip
CMake-ed5bde30f70a7da8cc95e600195b58e0d936e38d.tar.gz
CMake-ed5bde30f70a7da8cc95e600195b58e0d936e38d.tar.bz2
Add TEST_INCLUDE_FILES
Add new directory property TEST_INCLUDE_FILES. This supersedes TEST_INCLUDE_FILE, though the latter is of course retained for compatibility. Basically, this is a list rather than a single file. This allows the feature to be used by generic utilities without conflicting with local use.
Diffstat (limited to 'Help/manual/cmake-properties.7.rst')
-rw-r--r--Help/manual/cmake-properties.7.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Help/manual/cmake-properties.7.rst b/Help/manual/cmake-properties.7.rst
index 94ab70c..be7f772 100644
--- a/Help/manual/cmake-properties.7.rst
+++ b/Help/manual/cmake-properties.7.rst
@@ -83,7 +83,7 @@ Properties on Directories
/prop_dir/RULE_LAUNCH_LINK
/prop_dir/SOURCE_DIR
/prop_dir/SUBDIRECTORIES
- /prop_dir/TEST_INCLUDE_FILE
+ /prop_dir/TEST_INCLUDE_FILES
/prop_dir/VARIABLES
/prop_dir/VS_GLOBAL_SECTION_POST_section
/prop_dir/VS_GLOBAL_SECTION_PRE_section
@@ -435,6 +435,7 @@ Deprecated Properties on Directories
:maxdepth: 1
/prop_dir/COMPILE_DEFINITIONS_CONFIG
+ /prop_dir/TEST_INCLUDE_FILE
Deprecated Properties on Targets