CMAKE_FASTBUILD_IDE_ARGS¶
Добавлено в версии 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:
set(CMAKE_FASTBUILD_IDE_ARGS "-ide -cache -summary -dist -clean")