Make zetjs use INDEX_SUMMARISE_TAG
[node_zettair.git] / binding.gyp
1 {
2   "targets": [
3     {
4       "target_name": "zet",
5       "sources": ["zetjs.cpp"],
6       "cflags": ["-I$$HOME/include"],
7       "library_dirs": ["$$HOME/lib"],
8       "libraries": ["-lzet"]
9     }
10   ]
11 }