1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-21 19:33:03 +04:00

cmake: update PDB installation

This commit is contained in:
Alexander Alekhin
2018-04-09 16:21:27 +03:00
parent 474a23bda5
commit 784c8436fd
2 changed files with 30 additions and 23 deletions
+2
View File
@@ -142,6 +142,8 @@ set_target_properties(libprotobuf
FOLDER "3rdparty"
OUTPUT_NAME libprotobuf
DEBUG_POSTFIX "${OPENCV_DEBUG_POSTFIX}"
COMPILE_PDB_NAME libprotobuf
COMPILE_PDB_NAME_DEBUG "libprotobuf${OPENCV_DEBUG_POSTFIX}"
ARCHIVE_OUTPUT_DIRECTORY ${3P_LIBRARY_OUTPUT_PATH}
)