summaryrefslogtreecommitdiff
path: root/source/Commands
diff options
context:
space:
mode:
Diffstat (limited to 'source/Commands')
-rw-r--r--source/Commands/CMakeLists.txt48
1 files changed, 0 insertions, 48 deletions
diff --git a/source/Commands/CMakeLists.txt b/source/Commands/CMakeLists.txt
deleted file mode 100644
index 41c54ea03086..000000000000
--- a/source/Commands/CMakeLists.txt
+++ /dev/null
@@ -1,48 +0,0 @@
-add_lldb_library(lldbCommands
- CommandCompletions.cpp
- CommandObjectApropos.cpp
- CommandObjectBreakpoint.cpp
- CommandObjectBreakpointCommand.cpp
- CommandObjectBugreport.cpp
- CommandObjectCommands.cpp
- CommandObjectDisassemble.cpp
- CommandObjectExpression.cpp
- CommandObjectFrame.cpp
- CommandObjectGUI.cpp
- CommandObjectHelp.cpp
- CommandObjectLog.cpp
- CommandObjectMemory.cpp
- CommandObjectMultiword.cpp
- CommandObjectPlatform.cpp
- CommandObjectPlugin.cpp
- CommandObjectProcess.cpp
- CommandObjectQuit.cpp
- CommandObjectRegister.cpp
- CommandObjectReproducer.cpp
- CommandObjectSettings.cpp
- CommandObjectSource.cpp
- CommandObjectStats.cpp
- CommandObjectTarget.cpp
- CommandObjectThread.cpp
- CommandObjectType.cpp
- CommandObjectVersion.cpp
- CommandObjectWatchpoint.cpp
- CommandObjectWatchpointCommand.cpp
- CommandObjectLanguage.cpp
-
- LINK_LIBS
- lldbBase
- lldbBreakpoint
- lldbCore
- lldbDataFormatters
- lldbExpression
- lldbHost
- lldbInterpreter
- lldbSymbol
- lldbTarget
- lldbUtility
- lldbPluginExpressionParserClang
-
- LINK_COMPONENTS
- Support
- )