summaryrefslogtreecommitdiff
path: root/source/Plugins/JITLoader/GDB/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'source/Plugins/JITLoader/GDB/CMakeLists.txt')
-rw-r--r--source/Plugins/JITLoader/GDB/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/Plugins/JITLoader/GDB/CMakeLists.txt b/source/Plugins/JITLoader/GDB/CMakeLists.txt
new file mode 100644
index 0000000000000..bcf714dca5935
--- /dev/null
+++ b/source/Plugins/JITLoader/GDB/CMakeLists.txt
@@ -0,0 +1,6 @@
+include_directories(.)
+
+add_lldb_library(lldbPluginJITLoaderGDB
+ JITLoaderGDB.cpp
+ )
+