Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions contributing/development/configuring_an_ide/clion.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ CLion does not support compiling and debugging Godot via SCons out of the box. T

::

scons
scons dev_build=yes

To add a custom build target that invokes SCons for compilation:

Expand All @@ -47,7 +47,7 @@ To add a custom build target that invokes SCons for compilation:

.. note:: CLion does not expand shell commands like ``scons -j$(nproc)``. Use concrete values instead, e.g. ``scons -j8``.

.. figure:: img/clion-create-build-tool.png
.. figure:: img/clion-create-build-tool.webp
:align: center

- Back in the **External Tools** dialog, click the **+** again to add a second external tool for cleaning the Godot build via SCons. Give the tool a name, e.g. ``Clean Godot debug``, set **Program** to ``scons``, set **Arguments** to ``-c`` (which will clean the build), and set the **Working directory** to ``$ProjectFileDir$``. Click **OK** to create the tool.
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.