summaryrefslogtreecommitdiff
path: root/cmake/modules/debugserverConfig.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/modules/debugserverConfig.cmake')
-rw-r--r--cmake/modules/debugserverConfig.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/modules/debugserverConfig.cmake b/cmake/modules/debugserverConfig.cmake
new file mode 100644
index 000000000000..3b716ca87716
--- /dev/null
+++ b/cmake/modules/debugserverConfig.cmake
@@ -0,0 +1,3 @@
+# Duplicate options from LLDBConfig that are relevant for debugserver Standalone builds.
+
+option(LLDB_USE_ENTITLEMENTS "When code signing, use entitlements if available" ON)