Added logging library that functions in foreground and background (logs to file)

This commit is contained in:
Matt Hill
2014-06-08 14:57:16 -04:00
parent 19c87c1150
commit 7ac5dbf1a0
2 changed files with 42 additions and 23 deletions

View File

@@ -78,6 +78,7 @@ TARGET_LINK_LIBRARIES(alprd
support
uuid
curl
log4cplus
${OpenCV_LIBS}
${Tesseract_LIBS}
)