<div dir="ltr">I'm sure I'm doing something wrong, but I cannot seem to get clang-extra-tools to generate vcxproj files for inclusion in the LLVM.sln without making the following change to CMakeList.txt in clang/tools/extra/tools<div><br></div><div>Is there some sort of option I should be passing to CMake to get the extra tools generated?</div><div><br></div><div>I'm currently using the following command to generate the sln/vcxproj files</div><div><br></div><div>cmake -DCLANG_ENABLE_STATIC_ANALYZER=ON -DBUILD_CLANG_FORMAT_VS_PLUGIN=ON -G "Visual Studio 12" ..\llvm</div><div><br></div><div>Paul<br><div><br></div><div><div>Index: CMakeLists.txt</div><div>===================================================================</div><div>--- CMakeLists.txt<span class="" style="white-space:pre">      </span>(revision 247539)</div><div>+++ CMakeLists.txt<span class="" style="white-space:pre">        </span>(working copy)</div><div>@@ -21,4 +21,5 @@</div><div> # on top of the Clang tooling platform. We keep them in a separate repository</div><div> # to keep the primary Clang repository small and focused.</div><div> # It also may be included by LLVM_EXTERNAL_CLANG_TOOLS_EXTRA_SOURCE_DIR.</div><div>-add_llvm_external_project(clang-tools-extra extra)</div><div>+#add_llvm_external_project(clang-tools-extra extra)</div><div>+add_subdirectory(extra)</div></div></div></div>