summaryrefslogtreecommitdiff
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.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/Plugins/Language/Go/CMakeLists.txt b/source/Plugins/Language/Go/CMakeLists.txt
new file mode 100644
index 0000000000000..f3a9c12b7523f
--- /dev/null
+++ b/source/Plugins/Language/Go/CMakeLists.txt
@@ -0,0 +1,4 @@
+add_lldb_library(lldbPluginGoLanguage
+ GoLanguage.cpp
+ GoFormatterFunctions.cpp
+)