OXIESEC PANEL
- Current Dir:
/
/
usr
/
share
/
cmake-3.10
/
Help
/
prop_gbl
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
10/28/2024 06:00:25 AM
rwxr-xr-x
📄
ALLOW_DUPLICATE_CUSTOM_TARGETS.rst
885 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
AUTOGEN_SOURCE_GROUP.rst
616 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
AUTOGEN_TARGETS_FOLDER.rst
423 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
AUTOMOC_SOURCE_GROUP.rst
232 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
AUTOMOC_TARGETS_FOLDER.rst
500 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
AUTORCC_SOURCE_GROUP.rst
232 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
CMAKE_CXX_KNOWN_FEATURES.rst
9.81 KB
01/18/2018 02:48:42 PM
rw-r--r--
📄
CMAKE_C_KNOWN_FEATURES.rst
1.01 KB
01/18/2018 02:48:42 PM
rw-r--r--
📄
DEBUG_CONFIGURATIONS.rst
548 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
DISABLED_FEATURES.rst
443 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
ECLIPSE_EXTRA_NATURES.rst
274 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
ENABLED_FEATURES.rst
435 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
ENABLED_LANGUAGES.rst
155 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
FIND_LIBRARY_USE_LIB32_PATHS.rst
459 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
FIND_LIBRARY_USE_LIB64_PATHS.rst
431 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
FIND_LIBRARY_USE_LIBX32_PATHS.rst
465 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
FIND_LIBRARY_USE_OPENBSD_VERSIONING.rst
394 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
GENERATOR_IS_MULTI_CONFIG.rst
370 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
GLOBAL_DEPENDS_DEBUG_MODE.rst
297 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
GLOBAL_DEPENDS_NO_CYCLES.rst
428 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
IN_TRY_COMPILE.rst
192 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
JOB_POOLS.rst
826 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
PACKAGES_FOUND.rst
226 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
PACKAGES_NOT_FOUND.rst
242 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
PREDEFINED_TARGETS_FOLDER.rst
362 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
REPORT_UNDEFINED_PROPERTIES.rst
295 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
RULE_LAUNCH_COMPILE.rst
433 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
RULE_LAUNCH_CUSTOM.rst
428 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
RULE_LAUNCH_LINK.rst
432 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
RULE_MESSAGES.rst
597 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
TARGET_ARCHIVES_MAY_BE_SHARED_LIBS.rst
225 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
TARGET_MESSAGES.rst
745 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
TARGET_SUPPORTS_SHARED_LIBS.rst
340 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
USE_FOLDERS.rst
377 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
XCODE_EMIT_EFFECTIVE_PLATFORM_NAME.rst
923 bytes
01/18/2018 02:48:42 PM
rw-r--r--
Editing: JOB_POOLS.rst
Close
JOB_POOLS --------- Ninja only: List of available pools. A pool is a named integer property and defines the maximum number of concurrent jobs which can be started by a rule assigned to the pool. The :prop_gbl:`JOB_POOLS` property is a semicolon-separated list of pairs using the syntax NAME=integer (without a space after the equality sign). For instance: .. code-block:: cmake set_property(GLOBAL PROPERTY JOB_POOLS two_jobs=2 ten_jobs=10) Defined pools could be used globally by setting :variable:`CMAKE_JOB_POOL_COMPILE` and :variable:`CMAKE_JOB_POOL_LINK` or per target by setting the target properties :prop_tgt:`JOB_POOL_COMPILE` and :prop_tgt:`JOB_POOL_LINK`. Build targets provided by CMake that are meant for individual interactive use, such as ``install``, are placed in the ``console`` pool automatically.