Added CLion IDE run configurations

This commit is contained in:
2024-11-16 15:52:33 +00:00
parent e921594eff
commit 545aa2d6dd
7 changed files with 627 additions and 0 deletions

8
.idea/runConfigurations/Test_Server.xml generated Normal file
View File

@ -0,0 +1,8 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Test Server" type="CompoundRunConfigurationType">
<toRun name="auth" type="CMakeRunConfiguration" />
<toRun name="db" type="CMakeRunConfiguration" />
<toRun name="game" type="CMakeRunConfiguration" />
<method v="2" />
</configuration>
</component>