From 61fac75ae34e361514e64a1545b974bfc642180d Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 29 Aug 2021 03:15:57 +0200 Subject: video/ps3eye: add missing vcrun14 --- video-ps3eye/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) 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() -- cgit v1.2.3