summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--bin/npclient.dllbin64006 -> 39998 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 59444c3f..9fc84904 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -460,7 +460,7 @@ if(NOT SDK_FACEAPI_ONLY)
endif()
if(WIN32)
install(DIRECTORY "${CMAKE_SOURCE_DIR}/bin/tracker-ht" DESTINATION .)
- install(TARGETS freetrackclient DESTINATION .)
+ install(TARGETS freetrackclient RUNTIME DESTINATION .)
endif()
install(FILES "${CMAKE_SOURCE_DIR}/bin/npclient.dll" "${CMAKE_SOURCE_DIR}/bin/npclient64.dll" DESTINATION .)
diff --git a/bin/npclient.dll b/bin/npclient.dll
index c5e63933..f925c98c 100644
--- a/bin/npclient.dll
+++ b/bin/npclient.dll
Binary files differ