mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715
13 lines
514 B
ReStructuredText
13 lines
514 B
ReStructuredText
Swift_MODULE_DIRECTORY
|
|
----------------------
|
|
|
|
.. versionadded:: 3.15
|
|
|
|
Specify output directory for Swift modules provided by the target.
|
|
|
|
If the target contains Swift source files, this specifies the directory in which
|
|
the modules will be placed. When this property is not set, the modules will be
|
|
placed in the build directory corresponding to the target's source directory.
|
|
If the variable :variable:`CMAKE_Swift_MODULE_DIRECTORY` is set when a target is
|
|
created its value is used to initialise this property.
|