This is a guide to using CMake, a powerful cross-platform build system.

To use CMake, you'll typically run one of the following commands:

cmake [options] cmake [options] cmake [options] -S -B

  • : Specifies the directory containing your project's source code.
  • : Specifies an existing build directory, allowing you to regenerate its build system.
  • : Specifies the directory where the build files will be generated.

For detailed information, run 'cmake --help'.

CMake Usage Guide: Building Your Projects

原文地址: https://www.cveoy.top/t/topic/jGl0 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录