mirror of
https://github.com/vacp2p/nim-nghttp3.git
synced 2026-01-08 20:08:03 -05:00
11 lines
323 B
Nim
11 lines
323 B
Nim
########################################################
|
|
# This is auto generated file.
|
|
########################################################
|
|
|
|
import os
|
|
import strformat
|
|
const root = currentSourcePath.parentDir
|
|
const nghttp3LibIncludes = root/"libs"/"nghttp3"/"lib"/"includes"
|
|
{.passc: fmt"-I{nghttp3LibIncludes}".}
|
|
|