cmake/Help/prop_tgt/XCTEST.rst

16 lines
431 B
ReStructuredText
Raw Normal View History

2015-08-17 11:37:30 +02:00
XCTEST
------
2021-09-14 00:13:48 +02:00
.. versionadded:: 3.3
2015-08-17 11:37:30 +02:00
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.