diff options
-rw-r--r-- | lldb/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/CMakeLists.txt b/lldb/CMakeLists.txt index 0047f772158..a5e0cae83ea 100644 --- a/lldb/CMakeLists.txt +++ b/lldb/CMakeLists.txt @@ -152,6 +152,7 @@ if (LLDB_BUILD_FRAMEWORK) include(LLDBFramework) add_dependencies(lldb-suite lldb-framework) endif() +add_dependencies(lldb-suite liblldb) if (NOT LLDB_DISABLE_PYTHON) # Add a Post-Build Event to copy over Python files and create the symlink |