summaryrefslogtreecommitdiff
path: root/source/Interpreter
diff options
context:
space:
mode:
Diffstat (limited to 'source/Interpreter')
-rw-r--r--source/Interpreter/CMakeLists.txt61
1 files changed, 0 insertions, 61 deletions
diff --git a/source/Interpreter/CMakeLists.txt b/source/Interpreter/CMakeLists.txt
deleted file mode 100644
index f8fed8b4ac142..0000000000000
--- a/source/Interpreter/CMakeLists.txt
+++ /dev/null
@@ -1,61 +0,0 @@
-add_lldb_library(lldbInterpreter
- CommandAlias.cpp
- CommandHistory.cpp
- CommandInterpreter.cpp
- CommandObject.cpp
- CommandObjectRegexCommand.cpp
- CommandObjectScript.cpp
- CommandOptionValidators.cpp
- CommandReturnObject.cpp
- OptionArgParser.cpp
- OptionGroupArchitecture.cpp
- OptionGroupBoolean.cpp
- OptionGroupFile.cpp
- OptionGroupFormat.cpp
- OptionGroupOutputFile.cpp
- OptionGroupPlatform.cpp
- OptionGroupString.cpp
- OptionGroupUInt64.cpp
- OptionGroupUUID.cpp
- OptionGroupValueObjectDisplay.cpp
- OptionValue.cpp
- OptionValueArch.cpp
- OptionValueArgs.cpp
- OptionValueArray.cpp
- OptionValueBoolean.cpp
- OptionValueChar.cpp
- OptionValueDictionary.cpp
- OptionValueEnumeration.cpp
- OptionValueFileSpec.cpp
- OptionValueFileSpecLIst.cpp
- OptionValueFormat.cpp
- OptionValueFormatEntity.cpp
- OptionValueLanguage.cpp
- OptionValuePathMappings.cpp
- OptionValueProperties.cpp
- OptionValueRegex.cpp
- OptionValueSInt64.cpp
- OptionValueString.cpp
- OptionValueUInt64.cpp
- OptionValueUUID.cpp
- OptionGroupVariable.cpp
- OptionGroupWatchpoint.cpp
- Options.cpp
- Property.cpp
- ScriptInterpreter.cpp
-
- LINK_LIBS
- lldbCommands
- lldbCore
- lldbDataFormatters
- lldbHost
- lldbTarget
- lldbUtility
-
- LINK_COMPONENTS
- Support
- )
-
-if (NOT LLDB_DISABLE_LIBEDIT)
- target_include_directories(lldbInterpreter PRIVATE ${libedit_INCLUDE_DIRS})
-endif() \ No newline at end of file