diff options
| author | Botahamec <botahamec@outlook.com> | 2021-07-08 20:32:44 -0400 |
|---|---|---|
| committer | Botahamec <botahamec@outlook.com> | 2021-07-08 20:32:44 -0400 |
| commit | 7e73782a7d51b40a558b74793c1d6c1abdea857d (patch) | |
| tree | fba843de026f20cbcca0272c4ef521a6d4ac7ef9 /.idea/checkers.iml | |
here's what i have so far
Diffstat (limited to '.idea/checkers.iml')
| -rw-r--r-- | .idea/checkers.iml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.idea/checkers.iml b/.idea/checkers.iml new file mode 100644 index 0000000..23ef6ec --- /dev/null +++ b/.idea/checkers.iml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<module type="CPP_MODULE" version="4">
+ <component name="NewModuleRootManager">
+ <content url="file://$MODULE_DIR$">
+ <sourceFolder url="file://$MODULE_DIR$/model/benches" isTestSource="true" />
+ <sourceFolder url="file://$MODULE_DIR$/model/src" isTestSource="false" />
+ <sourceFolder url="file://$MODULE_DIR$/ai/src" isTestSource="false" />
+ <sourceFolder url="file://$MODULE_DIR$/cli/src" isTestSource="false" />
+ <excludeFolder url="file://$MODULE_DIR$/target" />
+ </content>
+ <orderEntry type="inheritedJdk" />
+ <orderEntry type="sourceFolder" forTests="false" />
+ </component>
+</module>
\ No newline at end of file |
