1st working version of node example
This commit is contained in:
@@ -2,17 +2,25 @@
|
||||
"targets": [
|
||||
{
|
||||
"include_dirs": [
|
||||
"libzt/lib/debug/linux-x86_64",
|
||||
"libzt/include"
|
||||
],
|
||||
"libraries": [
|
||||
"<!(pwd)/libzt/lib/release/linux-x86_64/libzt.so"
|
||||
"libzt/lib/release/linux-x86_64",
|
||||
"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.so" ]
|
||||
}],
|
||||
["OS=='mac' and target_arch=='x64'", {
|
||||
"libraries": [ "<(module_root_dir)/libzt/lib/release/macos-x86_64/libzt.a" ]
|
||||
}],
|
||||
["OS=='win'", {
|
||||
|
||||
}]
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user