summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2021-08-29 03:15:57 +0200
committerStanislaw Halik <sthalik@misaki.pl>2021-08-29 03:54:17 +0200
commit61fac75ae34e361514e64a1545b974bfc642180d (patch)
treec011a2909e9b043a8d41605379d5f220debf4a00
parente2405afeae0adfa32bde63a182e5f605ac8e8f16 (diff)
video/ps3eye: add missing vcrun14
-rw-r--r--video-ps3eye/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/video-ps3eye/CMakeLists.txt b/video-ps3eye/CMakeLists.txt
index 2f0bf50b..1f1780f9 100644
--- a/video-ps3eye/CMakeLists.txt
+++ b/video-ps3eye/CMakeLists.txt
@@ -57,6 +57,10 @@ if(TARGET ps3eye-subprocess)
if(EXISTS "${path}")
otr_install_lib("${path}" "${opentrack-libexec}")
endif()
+ set(vcrun "${SDK_LIBUSB}/vcruntime140.dll")
+ if(EXISTS "${vcrun}")
+ otr_install_lib("${vcrun}" "${opentrack-libexec}")
+ endif()
endif()
endif()