12 lines · plain
1add_lldb_library(lldbInterpreterInterfaces NO_PLUGIN_DEPENDENCIES2 ScriptedInterfaceUsages.cpp3 4 ADDITIONAL_HEADER_DIRS5 ${LLDB_INCLUDE_DIR}/lldb/Interpreter/Interfaces6 LINK_COMPONENTS7 Support8 LINK_LIBS9 lldbUtility10 )11 12