aboutsummaryrefslogtreecommitdiff
path: root/source/Plugins/Language/Go/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'source/Plugins/Language/Go/CMakeLists.txt')
-rw-r--r--source/Plugins/Language/Go/CMakeLists.txt13
1 files changed, 0 insertions, 13 deletions
diff --git a/source/Plugins/Language/Go/CMakeLists.txt b/source/Plugins/Language/Go/CMakeLists.txt
deleted file mode 100644
index 793e417a618a..000000000000
--- a/source/Plugins/Language/Go/CMakeLists.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-add_lldb_library(lldbPluginGoLanguage PLUGIN
- GoLanguage.cpp
- GoFormatterFunctions.cpp
-
- LINK_LIBS
- clangAST
- lldbCore
- lldbDataFormatters
- lldbSymbol
- lldbTarget
- LINK_COMPONENTS
- Support
-)