Although their name and location suggests otherwise, these libraries are not really plugins but rather support the real plugins.
10 lines
136 B
CMake
10 lines
136 B
CMake
add_lldb_library(lldbPluginClangCommon
|
|
ClangHighlighter.cpp
|
|
|
|
LINK_LIBS
|
|
lldbCore
|
|
lldbUtility
|
|
LINK_COMPONENTS
|
|
Support
|
|
)
|