about summary refs log tree commit diff stats
path: root/nim.cfg
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2023-08-14 21:38:49 +0200
committerbptato <nincsnevem662@gmail.com>2023-08-14 21:38:49 +0200
commit6b0b7ccfc571b1df8bfbce26703f64e89861f779 (patch)
tree68e87d16b5285b29ab8ecdbbf887821cc1e0b67e /nim.cfg
parent5cca932e90387781cfa14ae77d587c25c2e0dcf4 (diff)
downloadchawan-6b0b7ccfc571b1df8bfbce26703f64e89861f779.tar.gz
Move charsets into chakasu
Operation "modularize Chawan somewhat" part 1
Diffstat (limited to 'nim.cfg')
-rw-r--r--nim.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/nim.cfg b/nim.cfg
index 03c3173f..6de9d55c 100644
--- a/nim.cfg
+++ b/nim.cfg
@@ -1,6 +1,7 @@
 -p:"."
 -p:"src/"
 -p:"lib/"
+-p:"lib/chakasu"
 --import:"utils/eprint"
 --experimental:"overloadableEnums"
 --warning:Effect:off