mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
18 lines
341 B
ReStructuredText
18 lines
341 B
ReStructuredText
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")
|