llvm/lldb/source/Plugins/Language/ClangCommon/CMakeLists.txt

add_lldb_library(lldbPluginClangCommon
  ClangHighlighter.cpp

  LINK_LIBS
    lldbCore
    lldbUtility
  LINK_COMPONENTS
    Support
)