From 8857523fada67140e1a07cabb1b7c8b48200a753 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 23 Oct 2013 17:36:01 +0200 Subject: Hopefully include PDBs now --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index e458fab3..2f8daadb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -730,7 +730,7 @@ if(SDK_SM_FACEAPI_PATH AND NOT SDK_FACEAPI_ONLY) endif() if(MSVC) - file(GLOB pdbs "${CMAKE_BINARY_DIR}/*.pdb" "${CMAKE_BINARY_DIR}/release/*.pdb") + file(GLOB pdbs "${CMAKE_BINARY_DIR}/Release/*.pdb") install(FILES ${pdbs} DESTINATION .) endif() -- cgit v1.2.3