[Lldb-commits] [lldb] [lldb-dap] Split lldb-dap into library and tool (NFC) (PR #139402)
Ebuka Ezike via lldb-commits
lldb-commits at lists.llvm.org
Sun May 11 05:21:20 PDT 2025
================
@@ -85,10 +76,11 @@ add_lldb_tool(lldb-dap
Support
)
-target_include_directories(lldb-dap PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
+target_include_directories(lldbDAP
+ PUBLIC ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR_DIR})
----------------
da-viper wrote:
```suggestion
PUBLIC ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR})
```
https://github.com/llvm/llvm-project/pull/139402
More information about the lldb-commits
mailing list