]> granicus.if.org Git - clang/commit
clang-format vsix cmake build: use ${LLVM_TOOLS_BINARY_DIR}/${CMAKE_CFG_INTDIR}
authorHans Wennborg <hans@hanshq.net>
Thu, 5 Dec 2013 17:49:58 +0000 (17:49 +0000)
committerHans Wennborg <hans@hanshq.net>
Thu, 5 Dec 2013 17:49:58 +0000 (17:49 +0000)
commit355a05cafa07f954318e531c9c4d32cd9ceae24a
treee6fb3d0ff9f2c45a1bec373cc4e40818d0f1dbb4
parentc6909a5a3b8c0d14000cca30dfb5b31502c802a4
clang-format vsix cmake build: use ${LLVM_TOOLS_BINARY_DIR}/${CMAKE_CFG_INTDIR}
as the location for grabbing clang-format.exe, and also output the .vsix here.

This allows us to find clang-format.exe when building from a MSVC Solution.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@196512 91177308-0d34-0410-b5e6-96231b3b80d8
tools/clang-format-vs/CMakeLists.txt