[CMake] Add TableGen dependency to lldbInterpreter.

lldbInterpreter depends on LLDBPropertiesGen and LLDBPropertiesEnumGen.

llvm-svn: 367073
This commit is contained in:
Jonas Devlieghere
2019-07-25 22:56:59 +00:00
parent acd35f6c5e
commit a5db339cda

View File

@@ -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()