]> granicus.if.org Git - clang/commit
CMake: enable building the clang-format vs plugin
authorHans Wennborg <hans@hanshq.net>
Tue, 3 Dec 2013 18:02:51 +0000 (18:02 +0000)
committerHans Wennborg <hans@hanshq.net>
Tue, 3 Dec 2013 18:02:51 +0000 (18:02 +0000)
commitea654c32d9d69ff1ece6211fc5cf92f1e0a9e3e2
tree43b3dca287b5d0ef9d10cb1d7759920f86cf2e4d
parent95cedc0524d4c3888ce725395ecc8a6b2faffa89
CMake: enable building the clang-format vs plugin

This makes it possible to build the clang-format vs plugin from the cmake build.
It is a hack, as it shells out to "devenv" to actually build it, but it's hidden
away in a corner behind a flag, and it provides a convenient way of building the
plug-in from the command-line together with the rest of clang.

Differential Revision: http://llvm-reviews.chandlerc.com/D2310

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@196299 91177308-0d34-0410-b5e6-96231b3b80d8
tools/CMakeLists.txt
tools/clang-format-vs/CMakeLists.txt [new file with mode: 0644]
tools/clang-format-vs/README.txt