<div dir="ltr">On Tue, Aug 13, 2013 at 12:08 AM, Richard <span dir="ltr"><<a href="mailto:legalize@xmission.com" target="_blank">legalize@xmission.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span style="color:rgb(80,0,80)">> What generator (-G) are you using?</span><br><div><div class="h5">
<br>
</div></div>When I originally created the build structure, I generated VS 2012<br>
project files.</blockquote><div><br></div><div>Searching the CMake source, I only see mentions of CMAKE_EXPORT_COMPILE_COMMANDS in the make and ninja generators.  The feature is probably unimplemented for Visual Studio project files.</div>
<div><br></div><div>ninja works fairly well with the MSVC toolchain so you could try that.</div><div><br></div><div>Even if you get the cl.exe command lines, clang tools won't understand them by default, and clang-cl is very new.  We haven't used with clang tools, and we haven't used it to build anything really big and complicated yet.</div>
</div></div></div>