Compiling UUID library into alpr daemon

This commit is contained in:
Matt Hill
2014-06-03 16:33:53 -04:00
parent 2638223c59
commit b8ad4c3a5e

View File

@@ -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}
)