Skip to content

Commit

Permalink
add 'd' postfix to debug build, fix wrong filename (Wim Dumon)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony2001 committed Jan 7, 2011
1 parent 5cfead0 commit 3b0352c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake/modules)
# set library name, msvc does not append 'lib' automatically
if(MSVC)
set(LIBHARU_NAME lib)
set(CMAKE_DEBUG_POSTFIX "d")
endif(MSVC)
set(LIBHARU_NAME ${LIBHARU_NAME}hpdf)
set(LIBHARU_NAME_STATIC ${LIBHARU_NAME}s)
Expand Down Expand Up @@ -158,7 +159,7 @@ set(
include/hpdf_u3d.h
include/hpdf_utils.h
include/hpdf_pdfa.h
include/hpdf_3dmeasures.h
include/hpdf_3dmeasure.h
include/hpdf_exdata.h
${CMAKE_BINARY_DIR}/include/hpdf_config.h
)
Expand Down

0 comments on commit 3b0352c

Please sign in to comment.