diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-10-29 04:01:33 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-10-29 04:01:33 +0100 |
commit | 21ae7a6fa95ccce0e9bb12e305c902697192a4e8 (patch) | |
tree | b8d9a7d0ff703257c65c75d1eebc3e38b7162f91 /cmake/opentrack-install.cmake | |
parent | 14121af362bee65f196082f9e0bc242d59d1e9b7 (diff) |
proto/{wine,freetrack}: add 64-bit version for freetrackclient
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" |