summaryrefslogtreecommitdiff
path: root/tools/debugserver/source/MacOSX/i386/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/debugserver/source/MacOSX/i386/CMakeLists.txt')
-rw-r--r--tools/debugserver/source/MacOSX/i386/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/debugserver/source/MacOSX/i386/CMakeLists.txt b/tools/debugserver/source/MacOSX/i386/CMakeLists.txt
new file mode 100644
index 0000000000000..dee2c1ea96b0e
--- /dev/null
+++ b/tools/debugserver/source/MacOSX/i386/CMakeLists.txt
@@ -0,0 +1,4 @@
+include_directories(${LLDB_SOURCE_DIR}/tools/debugserver/source)
+add_library(lldbDebugserverMacOSX_I386
+ DNBArchImplI386.cpp
+ )