mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 19:10:51 +08:00
12 lines
199 B
Diff
12 lines
199 B
Diff
--- 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}
|