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: CMAKE_C_KNOWN_FEATURES.rst
Close
CMAKE_C_KNOWN_FEATURES ---------------------- List of C features known to this version of CMake. The features listed in this global property may be known to be available to the C compiler. If the feature is available with the C compiler, it will be listed in the :variable:`CMAKE_C_COMPILE_FEATURES` variable. The features listed here may be used with the :command:`target_compile_features` command. See the :manual:`cmake-compile-features(7)` manual for information on compile features and a list of supported compilers. The features known to this version of CMake are: ``c_std_90`` Compiler mode is aware of C 90. ``c_std_99`` Compiler mode is aware of C 99. ``c_std_11`` Compiler mode is aware of C 11. ``c_function_prototypes`` Function prototypes, as defined in ``ISO/IEC 9899:1990``. ``c_restrict`` ``restrict`` keyword, as defined in ``ISO/IEC 9899:1999``. ``c_static_assert`` Static assert, as defined in ``ISO/IEC 9899:2011``. ``c_variadic_macros`` Variadic macros, as defined in ``ISO/IEC 9899:1999``.