<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 14, 2017 at 9:48 AM,  <span dir="ltr"><<a href="mailto:mythreyi@multicorewareinc.com" target="_blank">mythreyi@multicorewareinc.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"># HG changeset patch<br>
# User Mythreyi P<br>
# Date 1510294573 -19800<br>
#      Fri Nov 10 11:46:13 2017 +0530<br>
# Node ID fa556484e9663a65aabc839f333e0e<wbr>98fd6f80f2<br>
# Parent  bd438ce108435deb4f0063fca9a9e1<wbr>4a75e8de38<br>
Install symbol files<br>
<br>
In debug and RelWithDebInfo configuration, .pdb files are installed.<br></blockquote><div><br></div><div>Pushed to default branch</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
diff -r bd438ce10843 -r fa556484e966 source/CMakeLists.txt<br>
--- a/source/CMakeLists.txt     Wed Nov 08 16:18:29 2017 +0530<br>
+++ b/source/CMakeLists.txt     Fri Nov 10 11:46:13 2017 +0530<br>
@@ -546,6 +546,10 @@<br>
         ARCHIVE DESTINATION ${LIB_INSTALL_DIR})<br>
 endif()<br>
 install(FILES x265.h "${PROJECT_BINARY_DIR}/x265_<wbr>config.h" DESTINATION include)<br>
+install(FILES "${PROJECT_BINARY_DIR}/Debug/<wbr>x265.pdb" DESTINATION ${BIN_INSTALL_DIR} CONFIGURATIONS Debug)<br>
+install(FILES "${PROJECT_BINARY_DIR}/<wbr>RelWithDebInfo/x265.pdb" DESTINATION ${BIN_INSTALL_DIR} CONFIGURATIONS RelWithDebInfo)<br>
+install(FILES "${PROJECT_BINARY_DIR}/Debug/<wbr>libx265.pdb" DESTINATION ${BIN_INSTALL_DIR} CONFIGURATIONS Debug OPTIONAL NAMELINK_ONLY)<br>
+install(FILES "${PROJECT_BINARY_DIR}/<wbr>RelWithDebInfo/libx265.pdb" DESTINATION ${BIN_INSTALL_DIR} CONFIGURATIONS RelWithDebInfo OPTIONAL NAMELINK_ONLY)<br>
<br>
 if(CMAKE_RC_COMPILER)<br>
     # The resource compiler does not need CFLAGS or macro defines. It<br>
______________________________<wbr>_________________<br>
x265-devel mailing list<br>
<a href="mailto:x265-devel@videolan.org">x265-devel@videolan.org</a><br>
<a href="https://mailman.videolan.org/listinfo/x265-devel" rel="noreferrer" target="_blank">https://mailman.videolan.org/<wbr>listinfo/x265-devel</a><br>
</blockquote></div><br></div></div>