summaryrefslogtreecommitdiff
path: root/lib/Debugger
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Debugger')
-rw-r--r--lib/Debugger/CMakeLists.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/Debugger/CMakeLists.txt b/lib/Debugger/CMakeLists.txt
new file mode 100644
index 0000000000..d2508cf4c2
--- /dev/null
+++ b/lib/Debugger/CMakeLists.txt
@@ -0,0 +1,10 @@
+add_llvm_library(LLVMDebugger
+ Debugger.cpp
+ ProgramInfo.cpp
+ RuntimeInfo.cpp
+ SourceFile.cpp
+ SourceLanguage-CFamily.cpp
+ SourceLanguage-CPlusPlus.cpp
+ SourceLanguage-Unknown.cpp
+ SourceLanguage.cpp
+ )