summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAnonymous Maarten <anonymous.maarten@gmail.com>2021-01-03 20:50:35 +0100
committershfil <filip.gawin@zoho.com>2021-01-11 11:24:25 +0100
commit3519cbd3e56cc7528d2fba4af4544ef7c14d40c5 (patch)
treede84623689c97f2cef6cd4bc200efe8df93bc06b /src
parentcmake: install files ready for copying in game folder (diff)
downloadre3-3519cbd3e56cc7528d2fba4af4544ef7c14d40c5.tar
re3-3519cbd3e56cc7528d2fba4af4544ef7c14d40c5.tar.gz
re3-3519cbd3e56cc7528d2fba4af4544ef7c14d40c5.tar.bz2
re3-3519cbd3e56cc7528d2fba4af4544ef7c14d40c5.tar.lz
re3-3519cbd3e56cc7528d2fba4af4544ef7c14d40c5.tar.xz
re3-3519cbd3e56cc7528d2fba4af4544ef7c14d40c5.tar.zst
re3-3519cbd3e56cc7528d2fba4af4544ef7c14d40c5.zip
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index a2052471..2f663061 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -115,4 +115,7 @@ if(RE3_INSTALL)
EXPORT re3-targets
RUNTIME DESTINATION "."
)
+ if(MSVC)
+ install(FILES $<TARGET_PDB_FILE:re3> DESTINATION "." OPTIONAL)
+ endif()
endif()