Added CLion config.

This commit is contained in:
2024-06-20 22:38:11 +02:00
parent 98e1b3576e
commit 77a2989b1e
5 changed files with 63 additions and 0 deletions

16
.idea/tools/External Tools.xml generated Normal file
View File

@@ -0,0 +1,16 @@
<toolSet name="External Tools">
<tool name="Scons Debug" showInMainMenu="false" showInEditor="false" showInProject="false" showInSearchPopup="false" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="true">
<exec>
<option name="COMMAND" value="scons" />
<option name="PARAMETERS" value="-j14 --build_type=debug --unity=disable" />
<option name="WORKING_DIRECTORY" value="$ProjectFileDir$" />
</exec>
</tool>
<tool name="Scons Debug Clean" showInMainMenu="false" showInEditor="false" showInProject="false" showInSearchPopup="false" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="true">
<exec>
<option name="COMMAND" value="scons" />
<option name="PARAMETERS" value="-j14 --build_type=debug --unity=disable -c" />
<option name="WORKING_DIRECTORY" value="$ProjectFileDir$" />
</exec>
</tool>
</toolSet>