blob: a594bb38c70b575bbc10eaef35e5bd95f20baf4f [file]
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")