XCTESTΒΆ
Added in version 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 xctest_add_bundle()
command provided by the 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 BUNDLE
target property to be effective.