diff options
| -rw-r--r-- | video-ps3eye/CMakeLists.txt | 4 | 
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() | 
