Provide a debian folder to allow build of upstream package

This commit is contained in:
Emmanuel Papin
2014-12-14 20:47:56 +01:00
parent 711a47db88
commit 6a97f907a6
20 changed files with 483 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -55,7 +55,7 @@
ADD_EXECUTABLE( alpr main.cpp )
TARGET_LINK_LIBRARIES(alpr
- openalpr-static
+ openalpr
support
video
${OpenCV_LIBS}