We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 68d4b73 + 128af45 commit 608f39fCopy full SHA for 608f39f
lldb/tools/lldb-dap/CMakeLists.txt
@@ -1,9 +1,6 @@
1
# We need to include the llvm components we depend on manually, as liblldb does
2
# not re-export those.
3
set(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)
7
8
add_lldb_library(lldbDAP
9
Breakpoint.cpp
lldb/tools/lldb-dap/tool/CMakeLists.txt
@@ -1,3 +1,7 @@
+set(LLVM_TARGET_DEFINITIONS Options.td)
+tablegen(LLVM Options.inc -gen-opt-parser-defs)
+add_public_tablegen_target(LLDBDAPOptionsTableGen)
+
add_lldb_tool(lldb-dap
lldb-dap.cpp
lldb/tools/lldb-dap/Options.td renamed to lldb/tools/lldb-dap/tool/Options.td
0 commit comments