CMake Tools for Visual Studio 1.1 发布
jopen 11年前
CMake是一个比make更高级的编译配置工具,它可以根据不同平台、不同的编译器,生成相应的Makefile或者vcproj项目。 通过编写CMakeLists.txt,可以控制生成的Makefile,从而控制编译过程。CMake自动生成的Makefile不仅可以通过make命令构建项目生成目标文件,还支持安装(make install)、测试安装的程序是否能正确执行(make test,或者ctest)、生成当前平台的安装包(make package)、生成源码包(make package_source)、产生Dashboard显示数据并上传等高级功能,只要在CMakeLists.txt中简单配置,就可以完成很多复杂的功能,包括写测试用例。
推荐下载
CMakeToolsSetup-1.1.msi
</div> </div> 发布日志
发布日志
此版本增加了新特性和bug修复:
</div> </div> 详见:https://cmaketools.codeplex.com/releases/view/118947- 增加对 Visual Studio 2013 支持
- 增加对 CMake 2.8.12 支持
- 修复行以反斜杠结束时崩溃
- Fixed omission of FILE(COPY) and FILE(INSTALL) subcommands from IntelliSense list box.
- 添加语法高亮INCLUDEEXTERNALMSPROJECT命令支持。
- 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.
- 修复本地变量的处理。
- 增加了对所有过时的命令的支持。
- Added IntelliSense support for the MATH and MESSAGE commands.
- Added IntelliSense error for invalid escape sequences.
相关资讯
- CMake Tools for Visual Studio 1.1 发布
- Node.js Tools 1.1 for Visual Studio 发布
- Visual Studio Tools for Unity 2.0 发布
- Visual Studio Express现在可以使用TFS Power Tools了
- 微软发布Visual Studio Tools for Unity 2.0 Preview 2 发布
- Visual Studio 的 Node.js 插件Node.js Tools 1.0发布
- Python Tools for Visual Studio - 微软发布的Python IDE
- node.js Tools for Visual Studio 1.0 Beta3 发布
- 微软发布开源的R Tools for Visual Studio
- Visual Studio支持CMake语法高亮和智能代码补全