mirror of
https://github.com/logos-messaging/nim-ffi.git
synced 2026-06-20 16:29:31 +00:00
9 lines
304 B
Nim
9 lines
304 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)
|
|
--noNimblePath
|
|
when withDir(thisDir(), system.fileExists("nimble.paths")):
|
|
include "nimble.paths"
|
|
# end Nimble config |