File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
clang/tools/clang-format-vs Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,11 @@ Build prerequisites are:
6
6
- Visual Studio 2010 Professional
7
7
- Visual Studio 2010 SDK.
8
8
9
- clang-format.exe must be copied into the ClangFormat/ directory before building.
10
- It will be bundled into the .vsix file .
9
+ The extension is built using CMake by setting BUILD_CLANG_FORMAT_VS_PLUGIN=ON
10
+ when configuring a Clang build, and building the clang_format_vsix target .
11
11
12
- The extension can be built manually from ClangFormat.sln (e.g. by opening it in
13
- Visual Studio), or with cmake by setting the BUILD_CLANG_FORMAT_VS_PLUGIN flag.
12
+ The CMake build will copy clang-format.exe and LICENSE.TXT into the ClangFormat/
13
+ directory so they can be bundled with the plug-in, as well as creating
14
+ ClangFormat/source.extension.vsixmanifest. Once the plug-in has been built with
15
+ CMake once, it can be built manually from the ClangFormat.sln solution in Visual
16
+ Studio.
You can’t perform that action at this time.
0 commit comments