diff options
author | Brad King <brad.king@kitware.com> | 2023-11-27 18:48:12 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-11-27 18:48:12 (GMT) |
commit | ceb742a8fbadbda57bd288c1677a5d2dc791234f (patch) | |
tree | 792d1d24658169b476e01c89b1bb7b5e90ec00f4 /Help/manual | |
parent | 569c1d1b6e1410fc9a742dad429d7b31ccddff2a (diff) | |
download | CMake-ceb742a8fbadbda57bd288c1677a5d2dc791234f.zip CMake-ceb742a8fbadbda57bd288c1677a5d2dc791234f.tar.gz CMake-ceb742a8fbadbda57bd288c1677a5d2dc791234f.tar.bz2 |
CMake 3.26.6v3.26.6
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-file-api.7.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Help/manual/cmake-file-api.7.rst b/Help/manual/cmake-file-api.7.rst index 878a174..ea87bb4 100644 --- a/Help/manual/cmake-file-api.7.rst +++ b/Help/manual/cmake-file-api.7.rst @@ -1087,10 +1087,10 @@ with members: ``PRIVATE``, or ``INTERFACE``. ``baseDirectories`` - A JSON array of strings specifying the base directories containing sources - 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. + A JSON array of strings, each specifying a base directory containing + sources in the file set. If the directory 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. |