From: maier Date: Thu, 13 Sep 2012 11:26:38 +0000 (+0000) Subject: Add a debug postfix to the shared library X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a55ce3242ddba0501c2dc48f354a1daf1711105;p=dealii-svn.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" )