mirror of
https://github.com/logos-messaging/nim-ffi.git
synced 2026-06-25 19:00:05 +00:00
8 lines
289 B
Nim
8 lines
289 B
Nim
# 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)
|
|
when withDir(thisDir(), system.fileExists("nimble.paths")):
|
|
include "nimble.paths"
|
|
# end Nimble config |