diff options
author | Brad King <brad.king@kitware.com> | 2023-06-05 13:44:44 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-06-05 13:45:02 (GMT) |
commit | 3760ac9845e3c0d163eb1b4d83ab5b2f367507aa (patch) | |
tree | 8b0e37e17ea6bf8779f0db4f64de89691dacd3dc /Help/manual | |
parent | 33750f128b874f9420db1e9e44c2963e64b59448 (diff) | |
parent | 99b2ccf80dc87ccf6832508cc3f8889a70c2785f (diff) | |
download | CMake-3760ac9845e3c0d163eb1b4d83ab5b2f367507aa.zip CMake-3760ac9845e3c0d163eb1b4d83ab5b2f367507aa.tar.gz CMake-3760ac9845e3c0d163eb1b4d83ab5b2f367507aa.tar.bz2 |
Merge topic 'file-api-query-command'
99b2ccf80d cmake_file_api: New project command
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Merge-request: !8530
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-commands.7.rst | 1 | ||||
-rw-r--r-- | Help/manual/cmake-file-api.7.rst | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/Help/manual/cmake-commands.7.rst b/Help/manual/cmake-commands.7.rst index 0f35632..bd678b7 100644 --- a/Help/manual/cmake-commands.7.rst +++ b/Help/manual/cmake-commands.7.rst @@ -87,6 +87,7 @@ These commands are available only in CMake projects. /command/add_test /command/aux_source_directory /command/build_command + /command/cmake_file_api /command/create_test_sourcelist /command/define_property /command/enable_language diff --git a/Help/manual/cmake-file-api.7.rst b/Help/manual/cmake-file-api.7.rst index 0bdb419..5f16a8b 100644 --- a/Help/manual/cmake-file-api.7.rst +++ b/Help/manual/cmake-file-api.7.rst @@ -23,6 +23,12 @@ of files within the API directory. API file layout versioning is orthogonal to the versioning of `Object Kinds`_ used in replies. This version of CMake supports only one API version, `API v1`_. +.. versionadded:: 3.27 + Projects may also submit queries for the current run using the + :command:`cmake_file_api` command. + +.. _`file-api v1`: + API v1 ====== |