Headers can be included via `{.emit: """#include "../some_header.h"""".}`, or 
when using symbols from it: `proc f: int {.importc: "some_c_func", header: 
"../some_header.h".}`. The path with "../" is for the case when the header is 
in the folder with Nim code and "nimcache" folder too.

Reply via email to