added a missing dll and updated CMakeLists.txt

This commit is contained in:
yitoh 2016-10-07 21:11:50 +09:00
parent b4d474e5c3
commit 7db3c93baa
2 changed files with 7 additions and 0 deletions

View File

@ -75,7 +75,14 @@ else()
set(spii_LIBRARIES "")
endif()
message(STATUS "spii_LIBRARIES:\"${spii_LIBRARIES}\"")
# copy dll
file(COPY ${SPII_INSTALL_DIR}/bin/spii.dll DESTINATION ${PROJECT_BINARY_DIR}/main)
# copy OpenCV dlls
file(GLOB OPENCV_DLLS
"${OpenCV_DIR}/x64/vc14/bin/*.dll"
)
file(COPY ${OPENCV_DLLS} DESTINATION ${PROJECT_BINARY_DIR}/main)
message(STATUS "")
message(STATUS "--- Include directories ---" )

BIN
external/spii-3.0.0/bin/spii.dll vendored Normal file

Binary file not shown.