This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangyang-libzt/examples/node/binding.gyp

23 lines
304 B
Plaintext
Raw Normal View History

2020-08-04 05:06:59 +08:00
{
"targets": [
{
"include_dirs": [
"libzt/lib/debug/linux-x86_64",
"libzt/include"
],
"libraries": [
"<!(pwd)/libzt/lib/release/linux-x86_64/libzt.so"
],
"includes": [
"auto.gypi"
],
"sources": [
"binding.cc"
]
}
],
"includes": [
"auto-top.gypi"
]
}