mirror of
https://github.com/intel/llvm.git
synced 2026-01-24 08:30:34 +08:00
[CMake] Add TableGen dependency to lldbInterpreter.
lldbInterpreter depends on LLDBPropertiesGen and LLDBPropertiesEnumGen. llvm-svn: 367073
This commit is contained in:
@@ -56,6 +56,8 @@ add_lldb_library(lldbInterpreter
|
||||
Support
|
||||
)
|
||||
|
||||
add_dependencies(lldbInterpreter LLDBPropertiesGen LLDBPropertiesEnumGen)
|
||||
|
||||
if (NOT LLDB_DISABLE_LIBEDIT)
|
||||
target_include_directories(lldbInterpreter PRIVATE ${libedit_INCLUDE_DIRS})
|
||||
endif()
|
||||
Reference in New Issue
Block a user