summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2013-09-18 18:59:51 +0200
committerStanislaw Halik <sthalik@misaki.pl>2013-09-18 18:59:51 +0200
commit8fe5959661d9cff122eeaeeafbb53e9c25395bba (patch)
tree56aefa6992276c016751ea65b5c7e9c0ba86d728
parentb37d9f82420d545f650f5f5eb39de513c9dbce80 (diff)
Quick hack to include pdb in 2.0a2
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index edbaa133..ffb1c384 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -705,7 +705,7 @@ if(SDK_SM_FACEAPI_PATH AND NOT SDK_FACEAPI_ONLY)
endif()
if(MSVC)
- file(GLOB pdbs "${CMAKE_BINARY_DIR}/*.pdb")
+ file(GLOB pdbs "${CMAKE_BINARY_DIR}/*.pdb" "${CMAKE_BINARY_DIR}/release/*.pdb")
install(FILES ${pdbs} DESTINATION .)
endif()