Lines Matching refs:options
38 cmake <options> <repo_root>
41 Some useful options:
87 cmake --build . <options>
90 Some useful options:
283 Compile and link options may be specific for certain compilers. This part is handled in `cmake/comp…
287 * by options group
295 * `LIB` - options applied during libraries build.
296 * `TEST` - options applied during test build.
297 * `BENCH` - options applied during benchmarks build.
298 * `COMMON` - options applied during all (libraries, test, benchmarks) builds.
300 * `COMPILE` - options applied during the compilation.
301 * `LINK` - options applied during the linkage.
310 `TBB_COMMON_COMPILE_FLAGS` | Applied to libraries, tests, and benchmarks as compile options
311 `TBB_LIB_LINK_FLAGS` | Applied to libraries as link options
313 `TBB_TEST_COMPILE_FLAGS` | Applied to tests as compile options
315 Specify the `LINK` options prefixed with a dash(-) for MSVC(Visual Studio) compiler with CMake < 3.…
319 … (library, tests, benchmarks) and adding this option to the group of other options is not possible,