|
@@ -5,7 +5,7 @@
|
|
|
set(the_library "gp-hik-core")
|
|
|
|
|
|
#add linkage dependencies to other libraries here
|
|
|
-set("nice_${the_library}_LINKING_DEPENDENCIES" "nice_core")
|
|
|
+set("nice_${the_library}_LINKING_DEPENDENCIES" "nice_core" ${MEX_LIBRARIES})
|
|
|
|
|
|
#####################################################
|
|
|
message(STATUS "adding library ${the_library}")
|
|
@@ -61,4 +61,4 @@ nice_add_unittests()
|
|
|
# install(FILES ${hdr} DESTINATION "${OPENCV_INCLUDE_INSTALL_PATH}/${CMAKE_MATCH_1}" COMPONENT main)
|
|
|
# endif()
|
|
|
# endforeach()
|
|
|
-# endif()
|
|
|
+# endif()
|