diff options
author | Stanislaw Halik <sthalik@tehran.lain.pl> | 2019-10-30 05:40:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-30 05:40:21 +0100 |
commit | ebf9de109b86336b8844fc6fd15a34760481de5e (patch) | |
tree | 2543e9a2e5f3ca5133141e11b2962c26fdaf3951 /cmake/opentrack-install.cmake | |
parent | 2716d8e2ae7df7fb99d9d64d1efaa554d1d38034 (diff) | |
parent | 29591277d9cae18895ef03cb858b2b327813830e (diff) |
Merge pull request #996 from opentrack/pr/proton-wine-proto
add support for proton wine
Diffstat (limited to 'cmake/opentrack-install.cmake')
-rw-r--r-- | cmake/opentrack-install.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/opentrack-install.cmake b/cmake/opentrack-install.cmake index 1f4eaa09..2b745a82 100644 --- a/cmake/opentrack-install.cmake +++ b/cmake/opentrack-install.cmake @@ -72,6 +72,7 @@ if(CMAKE_HOST_SYSTEM_NAME STREQUAL "Windows") endif() otr_install_exec("${opentrack-hier-pfx}" FILES "${CMAKE_SOURCE_DIR}/bin/freetrackclient.dll") +otr_install_exec("${opentrack-hier-pfx}" FILES "${CMAKE_SOURCE_DIR}/bin/freetrackclient64.dll") otr_install_exec("${opentrack-hier-pfx}" FILES "${CMAKE_SOURCE_DIR}/bin/NPClient.dll" "${CMAKE_SOURCE_DIR}/bin/NPClient64.dll" |