blob: eb47e606f71e023ee35ab124c516442118032c01 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
XCTEST
------
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.
|