WIP on fixing build

This commit is contained in:
Peter Braden 2012-07-05 14:08:11 -07:00
parent cc16770900
commit 0ff2d8dc83
2 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,7 @@
, "src/Matrix.cc"
, "src/OpenCV.cc"
, "src/CascadeClassifierWrap.cc"
, "src/Contours.cc"
, "src/Point.cc"
, "src/VideoCaptureWrap.cc"
]

View File

@ -16,3 +16,5 @@ init(Handle<Object> target) {
VideoCaptureWrap::Init(target);
Contour::Init(target);
};
NODE_MODULE(binding, init)