mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 20:29:49 -05:00
72e5ebcbd3
- Module documentation synced with other similar find modules. - Added examples section. - Added note about Swift Testing framework, which supersedes the XCTest. - Added note about the XCTEST target property and synced docs a bit. - Used word "commands" instead of "macros" or "functions".
17 lines
544 B
ReStructuredText
17 lines
544 B
ReStructuredText
XCTEST
|
|
------
|
|
|
|
.. versionadded:: 3.3
|
|
|
|
Boolean target property that indicates whether a target is an XCTest CFBundle
|
|
(Core Foundation Bundle) on Apple systems.
|
|
|
|
This property is usually set automatically by the :command:`xctest_add_bundle`
|
|
command provided by the :module:`FindXCTest` module.
|
|
|
|
If a module library target has this property set to boolean true, it will be
|
|
built as a CFBundle when built on Apple system, with the required CFBundle
|
|
directory structure.
|
|
|
|
This property depends on :prop_tgt:`BUNDLE` target property to be effective.
|