nim-chat-poc/config.nims
Jazz Turner-Baggs 994eea9702
Add libchat
2026-02-11 10:50:20 -08:00

10 lines
295 B
Nim

import std/os
# all vendor subdirectories
for dir in walkDir(thisDir() / "vendor"):
if dir.kind == pcDir:
switch("path", dir.path)
switch("path", dir.path / "src")
switch("path", thisDir() / "vendor/libchat/nim-bindings")
switch("path", thisDir() / "vendor/libchat/nim-bindings/src")