Index: clang-query/tool/CMakeLists.txt =================================================================== --- clang-query/tool/CMakeLists.txt +++ clang-query/tool/CMakeLists.txt @@ -10,3 +10,5 @@ clangQuery clangTooling ) + +install(TARGETS clang-query RUNTIME DESTINATION bin)