summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/CMakeLists.txt
diff options
context:
space:
mode:
authorAdrian McCarthy <amccarth@google.com>2015-08-24 16:00:51 +0000
committerAdrian McCarthy <amccarth@google.com>2015-08-24 16:00:51 +0000
commit27785dd5300825e60d5ff7edf5a2bada85004b58 (patch)
treec5a03e2890b6331638b2f2a55861bce8dd57e465 /lldb/source/Plugins/Process/CMakeLists.txt
parent550dfe79ca8c3a2ec5fbf2e34ad40fe66eb7c09f (diff)
downloadbcm5719-llvm-27785dd5300825e60d5ff7edf5a2bada85004b58.tar.gz
bcm5719-llvm-27785dd5300825e60d5ff7edf5a2bada85004b58.zip
Reorg code to allow Windows Process Plugins to share some common code.
Differential Revision: http://reviews.llvm.org/D12252 llvm-svn: 245850
Diffstat (limited to 'lldb/source/Plugins/Process/CMakeLists.txt')
-rw-r--r--lldb/source/Plugins/Process/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Plugins/Process/CMakeLists.txt b/lldb/source/Plugins/Process/CMakeLists.txt
index 2c1643432cc..4144471a42f 100644
--- a/lldb/source/Plugins/Process/CMakeLists.txt
+++ b/lldb/source/Plugins/Process/CMakeLists.txt
@@ -5,8 +5,8 @@ elseif (CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
add_subdirectory(FreeBSD)
add_subdirectory(POSIX)
elseif (CMAKE_SYSTEM_NAME MATCHES "Windows")
- add_subdirectory(Windows)
- add_subdirectory(win-minidump)
+ add_subdirectory(Windows/Live)
+ add_subdirectory(Windows/MiniDump)
elseif (CMAKE_SYSTEM_NAME MATCHES "Darwin")
add_subdirectory(MacOSX-Kernel)
endif()
OpenPOWER on IntegriCloud