mirror of
https://github.com/logos-messaging/nim-chat-poc.git
synced 2026-01-02 14:13:10 +00:00
8 lines
175 B
Nim
8 lines
175 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")
|