<pre data-language="python">cmake [<options>] (<path-to-source> | <path-to-existing-build>)
讯享网
cmake [(-D <var>=<value>)…] -P <cmake-script-file> cmake –build <dir> [<options>] [– <build-tool-options>…] cmake -E <command> [<options>…] cmake –find-package <options>…
The “cmake” executable is the CMake command-line interface. It may be used to configure projects in scripts. Project configuration settings may be specified on the command line with the -D option.
CMake is a cross-platform build system generator. Projects specify their build process with platform-independent CMake listfiles included in each directory of a source tree with the name CMakeLists.txt. Users build a project by using CMake to generate a build system for a native tool on their platform.
登录查看完整内容

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容,请联系我们,一经查实,本站将立刻删除。
如需转载请保留出处:https://51itzy.com/kjqy/171361.html