nim-ffi/config.nims

9 lines
304 B
Plaintext
Raw Permalink Normal View History

2026-05-19 12:43:34 +02:00
# Make the project root importable so test/example code can write
# `import ffi/alloc` instead of `import ../../ffi/alloc`.
switch("path", thisDir())
# begin Nimble config (version 2)
2026-05-20 14:14:42 -03:00
--noNimblePath
when withDir(thisDir(), system.fileExists("nimble.paths")):
2025-08-09 22:56:44 +02:00
include "nimble.paths"
# end Nimble config