Files
CMake/Help/variable/CMAKE_FASTBUILD_SOURCE_MAPPING.rst
Brad King 5e9722866a Help: Update Sphinx versionadded directives for 4.2 release
Run the script:

    Utilities/Sphinx/update_versions.py --since v4.1.0 --overwrite
2025-10-09 09:38:20 -04:00

16 lines
357 B
ReStructuredText

CMAKE_FASTBUILD_SOURCE_MAPPING
------------------------------
.. versionadded:: 4.2
Sets FASTBuild's ``SourceMapping_Experimental`` option.
Example:
.. code-block:: cmake
set(CMAKE_FASTBUILD_SOURCE_MAPPING "/another/root")
See the `FASTBuild Compiler() documentation <https://www.fastbuild.org/docs/functions/compiler.html>`_
for more information.