llvm-capstone/clang-tools-extra/clang-query/CMakeLists.txt
2014-02-26 06:41:29 +00:00

19 lines
238 B
CMake

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