conan: build re3 + librw with RelWithDebInfo build_type

This commit is contained in:
Anonymous Maarten
2021-01-03 20:50:35 +01:00
committed by shfil
parent 6b8374f391
commit 3519cbd3e5
3 changed files with 6 additions and 3 deletions

View File

@ -115,4 +115,7 @@ if(RE3_INSTALL)
EXPORT re3-targets
RUNTIME DESTINATION "."
)
if(MSVC)
install(FILES $<TARGET_PDB_FILE:re3> DESTINATION "." OPTIONAL)
endif()
endif()