aboutsummaryrefslogtreecommitdiff
path: root/source/Plugins/SymbolFile/NativePDB/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'source/Plugins/SymbolFile/NativePDB/CMakeLists.txt')
-rw-r--r--source/Plugins/SymbolFile/NativePDB/CMakeLists.txt21
1 files changed, 0 insertions, 21 deletions
diff --git a/source/Plugins/SymbolFile/NativePDB/CMakeLists.txt b/source/Plugins/SymbolFile/NativePDB/CMakeLists.txt
deleted file mode 100644
index da2d7fe8108a..000000000000
--- a/source/Plugins/SymbolFile/NativePDB/CMakeLists.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-add_lldb_library(lldbPluginSymbolFileNativePDB PLUGIN
- CompileUnitIndex.cpp
- DWARFLocationExpression.cpp
- PdbAstBuilder.cpp
- PdbIndex.cpp
- PdbSymUid.cpp
- PdbUtil.cpp
- SymbolFileNativePDB.cpp
- UdtRecordCompleter.cpp
-
- LINK_LIBS
- clangAST
- clangLex
- lldbCore
- lldbSymbol
- lldbUtility
- LINK_COMPONENTS
- DebugInfoCodeView
- DebugInfoPDB
- Support
- )