llvm-project/lldb/cmake/modules/debugserverConfig.cmake
Stefan Granitz d0dc161f62 [CMake] Move debugserver options to separate debugserverConfig.cmake
Summary:
One place for debugserver options, analog to LLDBConfig for LLDB options (see D55317). It was discussed in earlier reviews already, e.g. D55013.

Reviewers: JDevlieghere, aprantl, xiaobai

Reviewed By: aprantl, xiaobai

Subscribers: mgorny, lldb-commits, #lldb

Differential Revision: https://reviews.llvm.org/D55320

llvm-svn: 350390
2019-01-04 12:46:38 +00:00

4 lines
174 B
CMake

# Duplicate options from LLDBConfig that are relevant for debugserver Standalone builds.
option(LLDB_USE_ENTITLEMENTS "When code signing, use entitlements if available" ON)