summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2013-04-02 19:48:12 +0200
committerStanislaw Halik <sthalik@misaki.pl>2013-04-02 19:48:12 +0200
commita7e894f2158835fc992f4c6150e478e2e8356549 (patch)
treec15d4da6a4d43b4fcaafef63bc9fd4ac7676aec0
parentd674f5fe1e87596dcb8bae588ae798b4473ce269 (diff)
Fix build #2
-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