Author: jdevlieghere Date: Thu Jul 25 15:56:59 2019 New Revision: 367073 URL: http://llvm.org/viewvc/llvm-project?rev=367073&view=rev Log: [CMake] Add TableGen dependency to lldbInterpreter.
lldbInterpreter depends on LLDBPropertiesGen and LLDBPropertiesEnumGen. Modified: lldb/trunk/source/Interpreter/CMakeLists.txt Modified: lldb/trunk/source/Interpreter/CMakeLists.txt URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Interpreter/CMakeLists.txt?rev=367073&r1=367072&r2=367073&view=diff ============================================================================== --- lldb/trunk/source/Interpreter/CMakeLists.txt (original) +++ lldb/trunk/source/Interpreter/CMakeLists.txt Thu Jul 25 15:56:59 2019 @@ -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() \ No newline at end of file _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits