Files
CMake/Help/prop_tgt/XCTEST.rst
T
Peter Kokot 72e5ebcbd3 FindXCTest: Update documentation
- 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".
2025-04-28 00:12:14 +02:00

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.