mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715
16 lines
431 B
ReStructuredText
16 lines
431 B
ReStructuredText
XCTEST
|
|
------
|
|
|
|
.. versionadded:: 3.3
|
|
|
|
This target is a XCTest CFBundle on the Mac.
|
|
|
|
This property will usually get set via the :command:`xctest_add_bundle`
|
|
macro in :module:`FindXCTest` module.
|
|
|
|
If a module library target has this property set to true it will be
|
|
built as a CFBundle when built on the Mac. It will have the directory
|
|
structure required for a CFBundle.
|
|
|
|
This property depends on :prop_tgt:`BUNDLE` to be effective.
|