Install pdb file for `Debug` and `RelWithDebInfo`

This commit is contained in:
Marcel Metz 2016-03-10 11:50:32 +01:00
parent be51b869a1
commit f3831806e7
1 changed files with 8 additions and 0 deletions

View File

@ -191,6 +191,14 @@ install(FILES ${GLEW_DIR}/glew.pc
DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig
)
if((NOT MSVC_VERSION LESS 1600) AND (NOT CMAKE_VERSION VERSION_LESS "3.1"))
install(
FILES $<TARGET_PDB_FILE:glew>
DESTINATION ${CMAKE_INSTALL_LIBDIR}
CONFIGURATIONS Debug RelWithDebInfo
)
endif()
install (FILES
${GLEW_DIR}/include/GL/wglew.h
${GLEW_DIR}/include/GL/glew.h