mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
15 lines
301 B
Python
Executable File
15 lines
301 B
Python
Executable File
{
|
|
"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' ]
|
|
}
|
|
|