CMake Usage Guide: Building Your Projects
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]
: 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'.
原文地址: https://www.cveoy.top/t/topic/jGl0 著作权归作者所有。请勿转载和采集!