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: ALLOW_DUPLICATE_CUSTOM_TARGETS.rst
Close
ALLOW_DUPLICATE_CUSTOM_TARGETS ------------------------------ Allow duplicate custom targets to be created. Normally CMake requires that all targets built in a project have globally unique logical names (see policy CMP0002). This is necessary to generate meaningful project file names in Xcode and VS IDE generators. It also allows the target names to be referenced unambiguously. Makefile generators are capable of supporting duplicate custom target names. For projects that care only about Makefile generators and do not wish to support Xcode or VS IDE generators, one may set this property to true to allow duplicate custom targets. The property allows multiple add_custom_target command calls in different directories to specify the same target name. However, setting this property will cause non-Makefile generators to produce an error and refuse to generate the project.