mirror of
https://github.com/YutaItoh/3D-Eye-Tracker.git
synced 2025-09-26 23:09:19 +08:00
added a missing dll and updated CMakeLists.txt
This commit is contained in:
parent
b4d474e5c3
commit
7db3c93baa
@ -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
BIN
external/spii-3.0.0/bin/spii.dll
vendored
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user