llvm-project/clang-tools-extra/clang-query/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
276 B
CMake
Raw Normal View History

set(LLVM_LINK_COMPONENTS
lineeditor
support
FrontendOpenMP
)
add_clang_library(clangQuery
Query.cpp
QueryParser.cpp
LINK_LIBS
clangAST
clangASTMatchers
clangBasic
clangDynamicASTMatchers
clangFrontend
clangSerialization
)
add_subdirectory(tool)