mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
18 lines
401 B
Python
Executable File
18 lines
401 B
Python
Executable File
{
|
|
"targets": [{
|
|
"target_name": "opencv"
|
|
, "sources": [
|
|
"src/init.cc"
|
|
, "src/Matrix.cc"
|
|
, "src/OpenCV.cc"
|
|
, "src/CascadeClassifierWrap.cc"
|
|
, "src/Point.cc"
|
|
, "src/VideoCaptureWrap.cc"
|
|
]
|
|
, "cflags" : ["-O3", "-Wall", "<!@(pkg-config --cflags opencv]"]
|
|
, "libraries" : ["<!@(pkg-config --libs opencv)"]
|
|
|
|
}]
|
|
}
|
|
|