CMake Tools for Visual Studio 1.1 发布了,改进内容包括:
Added support for Visual Studio 2013.
Added support for CMake 2.8.12.
Fixed crash when a line ends with a backslash.
Fixed omission of FILE(COPY) and FILE(INSTALL) subcommands from IntelliSense list box.
Added syntax highlighting support for the INCLUDEEXTERNALMSPROJECT command.
Added configuration option to specify a custom path at which to look for CMake.
Added ARGN variable to IntelliSense list box when inside a function.
Fixed handling of local variables.
Added support for all deprecated commands.
Added IntelliSense support for the MATH and MESSAGE commands.
Added IntelliSense error for invalid escape sequences.
CMake Tools for Visual Studio 是一个 Visual Studio 的扩展为 CMake 语言提供了语法高亮和 IntelliSense 支持。
项目主页:https://cmaketools.codeplex.com/
下载地址:https://cmaketools.codeplex.com/releases/view/118947
来自:开源中国社区

