mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 23:52:53 +08:00
Compiling UUID library into alpr daemon
This commit is contained in:
@@ -62,7 +62,7 @@ include_directories(./openalpr )
|
||||
set(CMAKE_CSS_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -Wall ")
|
||||
ADD_EXECUTABLE( alpr main.cpp videobuffer.cpp )
|
||||
|
||||
ADD_EXECUTABLE( alprd daemon.cpp videobuffer.cpp beanstalk.c beanstalk.cc )
|
||||
ADD_EXECUTABLE( alprd daemon.cpp videobuffer.cpp beanstalk.c beanstalk.cc uuid.cpp )
|
||||
|
||||
|
||||
TARGET_LINK_LIBRARIES(alpr
|
||||
@@ -76,6 +76,7 @@ TARGET_LINK_LIBRARIES(alpr
|
||||
TARGET_LINK_LIBRARIES(alprd
|
||||
openalpr
|
||||
support
|
||||
uuid
|
||||
${OpenCV_LIBS}
|
||||
${Tesseract_LIBS}
|
||||
)
|
||||
|
Reference in New Issue
Block a user