WIP on binding.gyp. node-gyp looks crazy, I don't really care about windows so not gonna bother with it yet

This commit is contained in:
Peter Braden 2012-05-31 19:19:41 -04:00
parent 5f4ef5af30
commit 6168713d5f

View File

@ -1,8 +1,14 @@
{
"targets": [
{ "target_name": "binding"
, "sources": [ "src/binding.cc" ]
}
]
"targets": [{
"target_name": "opencv"
, "sources": [
"src/CascadeClassifierWrap.cc"
, "src/init.cc"
, "src/Matrix.cc"
, "src/OpenCV.cc"
, "src/Point.cc"
, "src/VideoCaptureWrap.cc" ]
}]
, "libraries": ['-l/lib/opencv.lib' ]
}