| 1234567891011121314151617 |
- CMAKE_FASTBUILD_IDE_ARGS
- ------------------------
- .. versionadded:: 4.2
- Specifies the command-line arguments used when invoking ``fbuild`` from IDE
- projects.
- If not set, the following arguments are used::
- -ide -cache -summary -dist
- Example:
- .. code-block:: cmake
- set(CMAKE_FASTBUILD_IDE_ARGS "-ide -cache -summary -dist -clean")
|