diff options
author | Sreedhar.S <sreedhar.sreedhargadda@oracle.com> | 2013-10-09 11:10:46 +0530 |
---|---|---|
committer | Sreedhar.S <sreedhar.sreedhargadda@oracle.com> | 2013-10-09 11:10:46 +0530 |
commit | c8c948ffa6985e29752ffa7d851ede05037e148f (patch) | |
tree | 1ff8d9ce27a6263a4724a46991343eb9bc3253c9 /extra/yassl/CMakeLists.txt | |
parent | af1082f44d7feafd5e9d1769655db5b45de43201 (diff) | |
download | mariadb-git-c8c948ffa6985e29752ffa7d851ede05037e148f.tar.gz |
Bug 13878021 - WINDOWS PACKAGE THAT INCLUDES .PDB FILES FOR INTERMEDIATE LIBRARIES USED
Diffstat (limited to 'extra/yassl/CMakeLists.txt')
-rw-r--r-- | extra/yassl/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/extra/yassl/CMakeLists.txt b/extra/yassl/CMakeLists.txt index b8432f06ac6..94a336c53dc 100644 --- a/extra/yassl/CMakeLists.txt +++ b/extra/yassl/CMakeLists.txt @@ -37,4 +37,9 @@ ENDIF() ADD_CONVENIENCE_LIBRARY(yassl ${YASSL_SOURCES}) RESTRICT_SYMBOL_EXPORTS(yassl) +INSTALL_DEBUG_SYMBOLS(yassl) +IF(MSVC) + INSTALL_DEBUG_TARGET(yassl DESTINATION ${INSTALL_LIBDIR}/debug) +ENDIF() + |