summaryrefslogtreecommitdiff
path: root/share/cmake-3.22/Help/prop_tgt/XCTEST.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.22/Help/prop_tgt/XCTEST.rst')
-rw-r--r--share/cmake-3.22/Help/prop_tgt/XCTEST.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/share/cmake-3.22/Help/prop_tgt/XCTEST.rst b/share/cmake-3.22/Help/prop_tgt/XCTEST.rst
new file mode 100644
index 0000000..67e9a70
--- /dev/null
+++ b/share/cmake-3.22/Help/prop_tgt/XCTEST.rst
@@ -0,0 +1,15 @@
+XCTEST
+------
+
+.. versionadded:: 3.3
+
+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.