cmake --install <dir>
Project binary directory to install. This is required and must be first
Arguments
| Name | Description | 
|---|---|
| dir | folders | 
Options
| Name | Description | 
|---|---|
| --config  <cfg> | For multi-configuration generators | 
| --component  <cfg> | Component-based install. Only install component specified | 
| --default-directory-permissions  <permissions> | Default directory install permissions | 
| --prefix  <prefix> | Override the installation prefix | 
| --strip | Strip before installing | 
| --verbose, -v | Enable verbose output |