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.
30 lines
516 B
30 lines
516 B
|
6 years ago
|
{
|
||
|
|
"targets": [
|
||
|
|
{
|
||
|
|
"include_dirs": [
|
||
|
6 years ago
|
"libzt/include",
|
||
|
6 years ago
|
],
|
||
|
|
"includes": [
|
||
|
|
"auto.gypi"
|
||
|
|
],
|
||
|
|
"sources": [
|
||
|
|
"binding.cc"
|
||
|
6 years ago
|
],
|
||
|
|
"conditions":[
|
||
|
|
["OS=='linux' and target_arch=='x64'", {
|
||
|
6 years ago
|
"libraries": [ "<(module_root_dir)/libzt/lib/release/linux-x86_64/libzt.a" ]
|
||
|
6 years ago
|
}],
|
||
|
|
["OS=='mac' and target_arch=='x64'", {
|
||
|
|
"libraries": [ "<(module_root_dir)/libzt/lib/release/macos-x86_64/libzt.a" ]
|
||
|
|
}],
|
||
|
|
["OS=='win'", {
|
||
|
|
|
||
|
|
}]
|
||
|
6 years ago
|
]
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"includes": [
|
||
|
|
"auto-top.gypi"
|
||
|
|
]
|
||
|
|
}
|