⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.124
Server IP:
50.28.103.30
Server:
Linux host.jcukjv-lwsites.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
Server Software:
nginx/1.28.0
PHP Version:
8.3.12
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
1856814
/
root
/
usr
/
share
/
cmake
/
Help
/
variable
/
View File Name :
CMAKE_EXPORT_COMPILE_COMMANDS.rst
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.