diff options
author | Anonymous Maarten <anonymous.maarten@gmail.com> | 2021-01-03 20:50:35 +0100 |
---|---|---|
committer | shfil <filip.gawin@zoho.com> | 2021-01-11 11:24:25 +0100 |
commit | 3519cbd3e56cc7528d2fba4af4544ef7c14d40c5 (patch) | |
tree | de84623689c97f2cef6cd4bc200efe8df93bc06b /src | |
parent | cmake: install files ready for copying in game folder (diff) | |
download | re3-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 '')
-rw-r--r-- | src/CMakeLists.txt | 3 |
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() |