mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 12:09:48 +00:00
3714955b9c
An XCTest bundle is a CFBundle with a special product-type and bundle extension. For more information about XCTest visit the Mac Developer library at: http://developer.apple.com/library/mac/documentation/DeveloperTools/Conceptual/testing_with_xcode/ Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
14 lines
408 B
ReStructuredText
14 lines
408 B
ReStructuredText
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.
|