[x265] [PATCH ] Install symbol files

Pradeep Ramachandran pradeep at multicorewareinc.com
Tue Nov 14 08:54:40 CET 2017


On Tue, Nov 14, 2017 at 9:48 AM, <mythreyi at multicorewareinc.com> wrote:

> # HG changeset patch
> # User Mythreyi P
> # Date 1510294573 -19800
> #      Fri Nov 10 11:46:13 2017 +0530
> # Node ID fa556484e9663a65aabc839f333e0e98fd6f80f2
> # Parent  bd438ce108435deb4f0063fca9a9e14a75e8de38
> Install symbol files
>
> In debug and RelWithDebInfo configuration, .pdb files are installed.
>

Pushed to default branch


>
> diff -r bd438ce10843 -r fa556484e966 source/CMakeLists.txt
> --- a/source/CMakeLists.txt     Wed Nov 08 16:18:29 2017 +0530
> +++ b/source/CMakeLists.txt     Fri Nov 10 11:46:13 2017 +0530
> @@ -546,6 +546,10 @@
>          ARCHIVE DESTINATION ${LIB_INSTALL_DIR})
>  endif()
>  install(FILES x265.h "${PROJECT_BINARY_DIR}/x265_config.h" DESTINATION
> include)
> +install(FILES "${PROJECT_BINARY_DIR}/Debug/x265.pdb" DESTINATION
> ${BIN_INSTALL_DIR} CONFIGURATIONS Debug)
> +install(FILES "${PROJECT_BINARY_DIR}/RelWithDebInfo/x265.pdb"
> DESTINATION ${BIN_INSTALL_DIR} CONFIGURATIONS RelWithDebInfo)
> +install(FILES "${PROJECT_BINARY_DIR}/Debug/libx265.pdb" DESTINATION
> ${BIN_INSTALL_DIR} CONFIGURATIONS Debug OPTIONAL NAMELINK_ONLY)
> +install(FILES "${PROJECT_BINARY_DIR}/RelWithDebInfo/libx265.pdb"
> DESTINATION ${BIN_INSTALL_DIR} CONFIGURATIONS RelWithDebInfo OPTIONAL
> NAMELINK_ONLY)
>
>  if(CMAKE_RC_COMPILER)
>      # The resource compiler does not need CFLAGS or macro defines. It
> _______________________________________________
> x265-devel mailing list
> x265-devel at videolan.org
> https://mailman.videolan.org/listinfo/x265-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20171114/aa85272a/attachment.html>


More information about the x265-devel mailing list