[Beignet] [PATCH] Added the Makefile of the facedetection demo
Richard Zhang
richardzhangrui1990 at gmail.com
Tue Jun 4 21:54:35 PDT 2013
Signed-off-by: Richard Zhang <richardzhangrui1990 at gmail.com>
---
demo/oclfacedetection/Makefile | 4 ++++
1 file changed, 4 insertions(+)
create mode 100644 demo/oclfacedetection/Makefile
diff --git a/demo/oclfacedetection/Makefile b/demo/oclfacedetection/Makefile
new file mode 100644
index 0000000..e11b0d1
--- /dev/null
+++ b/demo/oclfacedetection/Makefile
@@ -0,0 +1,4 @@
+all:
+ g++ src\/faceDetect.cpp src\/common.h `pkg-config --cflags --libs opencv` -lcl -I$(BEIGNET_PATH)\/include -L$(BEIGNET_PATH)\/build\/src -o face
+clean:
+ rm face
--
1.8.1.2
More information about the Beignet
mailing list