mirror of
https://github.com/reactos/CMake.git
synced 2024-12-04 17:56:26 +00:00
eb2ec41a04
Add a file-based API that clients may use to get semantic information about the buildsystem that CMake generates. Clients will write query files under a designated location in the build tree, and CMake will write reply files for clients to read. Start with support for shared stateless query files. These allow clients to share requests for major object versions and get all those recognized by CMake. Once any client has written a shared request to a build tree it will persist. Other clients will not need to overwrite the request (since it is stateless) and should not remove it either. For now we add only an undocumented object kind to use for testing the query and reply infrastructure. Object kinds providing real semantic information will be added later. Issue: #18398
64 lines
1.1 KiB
ReStructuredText
64 lines
1.1 KiB
ReStructuredText
.. title:: CMake Reference Documentation
|
|
|
|
Command-Line Tools
|
|
##################
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
/manual/cmake.1
|
|
/manual/ctest.1
|
|
/manual/cpack.1
|
|
|
|
Interactive Dialogs
|
|
###################
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
/manual/cmake-gui.1
|
|
/manual/ccmake.1
|
|
|
|
Reference Manuals
|
|
#################
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
/manual/cmake-buildsystem.7
|
|
/manual/cmake-commands.7
|
|
/manual/cmake-compile-features.7
|
|
/manual/cmake-developer.7
|
|
/manual/cmake-env-variables.7
|
|
/manual/cmake-file-api.7
|
|
/manual/cmake-generator-expressions.7
|
|
/manual/cmake-generators.7
|
|
/manual/cmake-language.7
|
|
/manual/cmake-modules.7
|
|
/manual/cmake-packages.7
|
|
/manual/cmake-policies.7
|
|
/manual/cmake-properties.7
|
|
/manual/cmake-qt.7
|
|
/manual/cmake-server.7
|
|
/manual/cmake-toolchains.7
|
|
/manual/cmake-variables.7
|
|
/manual/cpack-generators.7
|
|
|
|
.. only:: html or text
|
|
|
|
Release Notes
|
|
#############
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
/release/index
|
|
|
|
.. only:: html
|
|
|
|
Index and Search
|
|
################
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`search`
|