File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11# We need to include the llvm components we depend on manually, as liblldb does
22# not re-export those.
33set (LLVM_LINK_COMPONENTS Support)
4- set (LLVM_TARGET_DEFINITIONS Options .td)
5- tablegen(LLVM Options .inc -gen-opt-parser-defs)
6- add_public_tablegen_target(LLDBDAPOptionsTableGen)
74
85add_lldb_library(lldbDAP
96 Breakpoint.cpp
Original file line number Diff line number Diff line change 1+ set (LLVM_TARGET_DEFINITIONS Options .td)
2+ tablegen(LLVM Options .inc -gen-opt-parser-defs)
3+ add_public_tablegen_target(LLDBDAPOptionsTableGen)
4+
15add_lldb_tool(lldb-dap
26 lldb-dap.cpp
37
48 LINK_LIBS
59 lldbDAP
610 )
711
12+ add_dependencies (lldb-dap
13+ LLDBDAPOptionsTableGen
14+ ${tablegen_deps}
15+ )
16+
817if (APPLE )
918 configure_file (
1019 ${CMAKE_CURRENT_SOURCE_DIR} /lldb-dap-Info.plist.in
File renamed without changes.
You can’t perform that action at this time.
0 commit comments