Append a d to the libs if in debug mode and none in release mode

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@401 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2011-08-31 09:21:17 +00:00
parent 9a3f014dec
commit 26bccf29ca
2 changed files with 28 additions and 18 deletions

View File

@@ -4,6 +4,7 @@ project (OpenMesh)
# add our macro directory to cmake search path
set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR}/cmake)
set (CMAKE_DEBUG_POSTFIX "d")
# include our cmake files
include (ACGCommon)