Cleaned up/updated CLion project generation code and templates.
This commit is contained in:
@@ -18,4 +18,11 @@
|
||||
</tool>
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
<tool name="Regenerate Project" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="true">
|
||||
<exec>
|
||||
<option name="COMMAND" value="{{ scons_exe }}" />
|
||||
<option name="PARAMETERS" value="--generate_project=clion" />
|
||||
<option name="WORKING_DIRECTORY" value="$ProjectFileDir$" />
|
||||
</exec>
|
||||
</tool>
|
||||
</toolSet>
|
||||
|
||||
Reference in New Issue
Block a user