diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-02-10 02:40:06 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-02-10 02:40:06 +0100 |
commit | 52da40e20e3daa449d013746f7b5f6f1ba811c3e (patch) | |
tree | b6b463ce883785481024dc03d1c83729eeb172c0 /tracker-kinect-face/CMakeLists.txt | |
parent | 301b8dbe9677defd2fa5dce16c552527a7c62dd1 (diff) |
tracker/kinect: add CRT dependencies
Diffstat (limited to 'tracker-kinect-face/CMakeLists.txt')
-rw-r--r-- | tracker-kinect-face/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tracker-kinect-face/CMakeLists.txt b/tracker-kinect-face/CMakeLists.txt index 95649e84..8e171a19 100644 --- a/tracker-kinect-face/CMakeLists.txt +++ b/tracker-kinect-face/CMakeLists.txt @@ -35,6 +35,11 @@ if (WIN32 AND opentrack-intel) install(FILES "${SDK_KINECT20}/Redist/Face/${kinect-arch-dir}/Kinect20.Face.dll" DESTINATION "${opentrack-hier-pfx}" PERMISSIONS ${opentrack-perms-exec}) # Install Kinect Face Database install(DIRECTORY "${SDK_KINECT20}/Redist/Face/${kinect-arch-dir}/NuiDatabase" DESTINATION "${opentrack-hier-pfx}") + + set(redist-dir "${CMAKE_SOURCE_DIR}/redist/${kinect-arch-dir}") + install(FILES "${redist-dir}/msvcp110.dll" "${redist-dir}/msvcr110.dll" + DESTINATION "${opentrack-hier-pfx}" + PERMISSIONS ${opentrack-perms-exec}) endif() endif() endif() |