diff options
author | Brad King <brad.king@kitware.com> | 2017-07-13 11:46:16 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-07-13 11:46:47 (GMT) |
commit | 0f158272d6ad0f681495482530b37d307676a157 (patch) | |
tree | a84fe0133cf3a5f508bd07cb8a5a5f455ecc859e /Help/manual | |
parent | f5be951117711a3965db0f9cd59a2913efacece7 (diff) | |
parent | 117033c1d97456833e49336f6f3ebda5de3a5cbd (diff) | |
download | CMake-0f158272d6ad0f681495482530b37d307676a157.zip CMake-0f158272d6ad0f681495482530b37d307676a157.tar.gz CMake-0f158272d6ad0f681495482530b37d307676a157.tar.bz2 |
Merge topic 'test_include_files'
117033c1 Add TEST_INCLUDE_DIR[S] unit test
ed5bde30 Add TEST_INCLUDE_FILES
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1031
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-properties.7.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Help/manual/cmake-properties.7.rst b/Help/manual/cmake-properties.7.rst index 5e40fe8..cc8c356 100644 --- a/Help/manual/cmake-properties.7.rst +++ b/Help/manual/cmake-properties.7.rst @@ -84,7 +84,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 @@ -436,6 +436,7 @@ Deprecated Properties on Directories :maxdepth: 1 /prop_dir/COMPILE_DEFINITIONS_CONFIG + /prop_dir/TEST_INCLUDE_FILE Deprecated Properties on Targets |