You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
516 B
29 lines
516 B
{ |
|
"targets": [ |
|
{ |
|
"include_dirs": [ |
|
"libzt/include", |
|
], |
|
"includes": [ |
|
"auto.gypi" |
|
], |
|
"sources": [ |
|
"binding.cc" |
|
], |
|
"conditions":[ |
|
["OS=='linux' and target_arch=='x64'", { |
|
"libraries": [ "<(module_root_dir)/libzt/lib/release/linux-x86_64/libzt.a" ] |
|
}], |
|
["OS=='mac' and target_arch=='x64'", { |
|
"libraries": [ "<(module_root_dir)/libzt/lib/release/macos-x86_64/libzt.a" ] |
|
}], |
|
["OS=='win'", { |
|
|
|
}] |
|
] |
|
} |
|
], |
|
"includes": [ |
|
"auto-top.gypi" |
|
] |
|
}
|
|
|