diff options
| author | Jason Molenda <jmolenda@apple.com> | 2013-11-15 00:17:32 +0000 |
|---|---|---|
| committer | Jason Molenda <jmolenda@apple.com> | 2013-11-15 00:17:32 +0000 |
| commit | a7b5afa91bb9077cc58c2ecdce7fe7943bb2e9bb (patch) | |
| tree | 2a918239181612f7052fd78e0ac340a12b8e3d16 /lldb/source/Plugins/SystemRuntime/CMakeLists.txt | |
| parent | 8f9fc2075142747107ab6f0116fe7dad7c96a66c (diff) | |
| download | bcm5719-llvm-a7b5afa91bb9077cc58c2ecdce7fe7943bb2e9bb.tar.gz bcm5719-llvm-a7b5afa91bb9077cc58c2ecdce7fe7943bb2e9bb.zip | |
Commit a work-in-progress system runtime for Mac OS X which won't
do anything right now. Add a few new methods to the Thread base
class which HistoryThread needs. I think I updated all the
CMakeLists files correctly for the new plugin.
llvm-svn: 194756
Diffstat (limited to 'lldb/source/Plugins/SystemRuntime/CMakeLists.txt')
| -rw-r--r-- | lldb/source/Plugins/SystemRuntime/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/source/Plugins/SystemRuntime/CMakeLists.txt b/lldb/source/Plugins/SystemRuntime/CMakeLists.txt new file mode 100644 index 00000000000..3b7b1bf6565 --- /dev/null +++ b/lldb/source/Plugins/SystemRuntime/CMakeLists.txt @@ -0,0 +1,3 @@ +if (CMAKE_SYSTEM_NAME MATCHES "Darwin") + add_subdirectory(MacOSX) +endif() |

