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/CMakeLists.txt | |
| parent | cmake: install files ready for copying in game folder (diff) | |
| download | re3-3519cbd3e56cc7528d2fba4af4544ef7c14d40c5.tar.gz | |
conan: build re3 + librw with RelWithDebInfo build_type
Diffstat (limited to 'src/CMakeLists.txt')
| -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() |
