diff options
author | Brad King <brad.king@kitware.com> | 2023-11-20 14:11:37 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-11-20 14:11:37 (GMT) |
commit | fa272fa91e772bf060950473c4616e8a0d6806e5 (patch) | |
tree | 1d0cccdf4bc6e94ad9a4317fc950082d6aa2f129 /Help | |
parent | d6c81467aad117a68ce80f76c9df811d18675a42 (diff) | |
parent | a3a85524cd133888288689871e69da76f2267eda (diff) | |
download | CMake-fa272fa91e772bf060950473c4616e8a0d6806e5.zip CMake-fa272fa91e772bf060950473c4616e8a0d6806e5.tar.gz CMake-fa272fa91e772bf060950473c4616e8a0d6806e5.tar.bz2 |
Merge branch 'fileapi-file-sets-base-dirs-relative' into release-3.26
Merge-request: !8977
Diffstat (limited to 'Help')
-rw-r--r-- | Help/manual/cmake-file-api.7.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Help/manual/cmake-file-api.7.rst b/Help/manual/cmake-file-api.7.rst index 7ff9728..878a174 100644 --- a/Help/manual/cmake-file-api.7.rst +++ b/Help/manual/cmake-file-api.7.rst @@ -1088,7 +1088,9 @@ with members: ``baseDirectories`` A JSON array of strings specifying the base directories containing sources - in the file set. + in the file set. If the file is inside the top-level source directory + then the path is specified relative to that directory. Otherwise the path + is absolute. This field was added in codemodel version 2.5. |