翻訳と辞書
Words near each other
・ CMA CGM Marco Polo
・ CMA CGM Medea
・ CMA CGM Thalassa
・ CMA CGM Tower
・ CMA CGM Vasco de Gama
・ CMA CGM Vela
・ CMA Music Festival
・ CMA Wild and Young Awards
・ CMA-ES
・ CMA1
・ CMAA
・ CMAC
・ CMAC (disambiguation)
・ CMAC-TV
・ CMAH
CMake
・ CMAP
・ Cmap (font)
・ CmapTools
・ CMAQ
・ CMAS
・ CMAS (gene)
・ CMAS Europe
・ CMAS* SCUBA Diver
・ Cmath
・ Cmax
・ Cmax (pharmacology)
・ CMB (disambiguation)
・ CMB cold spot
・ CMB Televisión


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

CMake : ウィキペディア英語版
CMake

CMake is cross-platform free and open-source software for managing the build process of software using a compiler-independent method. It is designed to support directory hierarchies and applications that depend on multiple libraries. It is used in conjunction with native build environments such as make, Apple's Xcode, and Microsoft Visual Studio. It has minimal dependencies, requiring only a C++ compiler on its own build system.
== Features ==
CMake can handle in-place and out-of-place builds, enabling several builds from the same source tree, and cross-compilation. The ability to build a directory tree outside the source tree is a key feature, ensuring that if a build directory is removed, the source files remain unaffected.
CMake can locate executables, files, and libraries. These locations are stored in a cache, which can then be tailored before generating the target build files. The cache can be edited with a graphical editor which is included in the project.
Complicated directory hierarchies and applications that rely on several libraries are well supported by CMake. For instance, CMake is able to accommodate a project that has multiple toolkits, or libraries that each have multiple directories. In addition, CMake can work with projects that require executables to be created before generating code to be compiled for the final application. Its open-source, extensible design allows CMake to be adapted as necessary for specific projects.〔
CMake can generate makefiles for many platforms and IDEs including Unix, Windows, Mac OS X, OS/2, MSVC, Cygwin, MinGW and Xcode.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「CMake」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.