1. ホーム
  2. C++

CMakeコマンド

2022-02-26 11:14:53
<パス

1. 使用方法

cmake [options] 
cmake [options] <source-path>

cmake [options] <existing build path>

Specify a source directory to (re-)generate a build system for it in thecurrent working directory.

Specify an existing build directory to re-generate its build system.