Yea, CMake doesn't actually support natvis files. You'd have to actually
patch CMake to make it work.

Can you make the vs2015 and vs2013 paths the same? It will still work for
2015 i think, just that 2015 also supports putting them in the project file
On Sun, Mar 27, 2016 at 10:04 AM Mike Spertus <m...@spertus.com> wrote:

> mspertus added a comment.
>
> Hmmm, I just tried adding ` set_source_files_properties(utils/clang.natvis
> LANGUAGE natvis)` similar to what you suggest in
> http://lists.llvm.org/pipermail/llvm-dev/2016-January/093887.html, but it
> still produces the `None` tag in the `.vcxproj` file. Any suggestion what I
> might be doing wrong?
>
> Thanks,
> Mike
>
>
> http://reviews.llvm.org/D18498
>
>
>
>
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to