diff options
Diffstat (limited to 'lldb/unittests/Process/gdb-remote/CMakeLists.txt')
-rw-r--r-- | lldb/unittests/Process/gdb-remote/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/unittests/Process/gdb-remote/CMakeLists.txt b/lldb/unittests/Process/gdb-remote/CMakeLists.txt new file mode 100644 index 00000000000..51407750983 --- /dev/null +++ b/lldb/unittests/Process/gdb-remote/CMakeLists.txt @@ -0,0 +1,3 @@ +add_lldb_unittest(ProcessGdbRemoteTests + GDBRemoteClientBaseTest.cpp + ) |