mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 08:30:37 -04:00
Port changes: * Switch to the static library * Order USExx section * It now depends on OpenCV
11 lines
337 B
Text
11 lines
337 B
Text
--- CMakeLists.txt.orig 2018-07-09 07:47:42 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -83,7 +83,7 @@ file(GLOB_RECURSE ZXING_FILES
|
|
)
|
|
|
|
add_executable(zxing ${ZXING_FILES})
|
|
-target_link_libraries(zxing libzxing)
|
|
+target_link_libraries(zxing libzxing ${OpenCV_LIBRARIES})
|
|
|
|
install(TARGETS zxing libzxing EXPORT zxing-targets
|
|
LIBRARY DESTINATION lib
|