From: Matthias Maier Date: Thu, 13 Sep 2012 11:26:38 +0000 (+0000) Subject: Add a debug postfix to the shared library X-Git-Tag: v8.0.0~1079^2~884 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d85f662ea6a2812700531623ed0e59b99aad35e8;p=dealii.git Add a debug postfix to the shared library git-svn-id: https://svn.dealii.org/branches/branch_cmake@26344 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/CMakeLists.txt b/deal.II/source/CMakeLists.txt index 6bf3ab7ac2..8866864068 100644 --- a/deal.II/source/CMakeLists.txt +++ b/deal.II/source/CMakeLists.txt @@ -45,6 +45,7 @@ ADD_LIBRARY(deal_II SHARED SET_TARGET_PROPERTIES(deal_II PROPERTIES VERSION ${VERSION} SOVERSION ${VERSION} + DEBUG_POSTFIX ".g" )