add clion config

This commit is contained in:
KAAAsS 2021-05-13 14:35:55 +08:00
parent 5eab974821
commit 7c11b735df
Signed by: KAAAsS
GPG Key ID: D56625F3E671882F
2 changed files with 6 additions and 2 deletions

2
lab2/.gitignore vendored
View File

@ -14,5 +14,3 @@ build
*.out *.out
*.pyc *.pyc
chcore.out chcore.out
.idea

6
lab2/.idea/misc.xml generated
View File

@ -1,10 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="CMakeWorkspace" PROJECT_DIR="$PROJECT_DIR$" />
<component name="ExternalStorageConfigurationManager" enabled="true" /> <component name="ExternalStorageConfigurationManager" enabled="true" />
<component name="MakefileSettings"> <component name="MakefileSettings">
<option name="linkedExternalProjectsSettings"> <option name="linkedExternalProjectsSettings">
<MakefileProjectSettings> <MakefileProjectSettings>
<option name="externalProjectPath" value="$PROJECT_DIR$" /> <option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="modules">
<set>
<option value="$PROJECT_DIR$" />
</set>
</option>
<option name="version" value="2" /> <option name="version" value="2" />
</MakefileProjectSettings> </MakefileProjectSettings>
</option> </option>