mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
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:
parent
5f4ef5af30
commit
6168713d5f
16
binding.gyp
16
binding.gyp
@ -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' ]
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user