CMake Tools for Visual Studio 1.1 發布
CMake是一個比make更高級的編譯配置工具,它可以根據不同平臺、不同的編譯器,生成相應的Makefile或者vcproj項目。 通過編寫CMakeLists.txt,可以控制生成的Makefile,從而控制編譯過程。CMake自動生成的Makefile不僅可以通過make命令構建項目生成目標文件,還支持安裝(make install)、測試安裝的程序是否能正確執行(make test,或者ctest)、生成當前平臺的安裝包(make package)、生成源碼包(make package_source)、產生Dashboard顯示數據并上傳等高級功能,只要在CMakeLists.txt中簡單配置,就可以完成很多復雜的功能,包括寫測試用例。
推薦下載

發布日志
此版本增加了新特性和bug修復:
- 增加對 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. </ul> </div> </div> </div> 詳見:https://cmaketools.codeplex.com/releases/view/118947
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!