forked from OSchip/llvm-project
Install clang-query by default.
It is already installed by the autotools build, and it is useful for developers who are not working on LLVM/Clang itself. llvm-svn: 248710
This commit is contained in:
parent
eb990af31e
commit
55dc5df59f
|
@ -10,3 +10,5 @@ target_link_libraries(clang-query
|
|||
clangQuery
|
||||
clangTooling
|
||||
)
|
||||
|
||||
install(TARGETS clang-query RUNTIME DESTINATION bin)
|
||||
|
|
Loading…
Reference in New Issue