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
範例:
set(CMAKE_FASTBUILD_IDE_ARGS "-ide -cache -summary -dist -clean")