Skip to content

Commit

Permalink
src/CMakeLists.txt - Install the Windows pdb files in the bin dir
Browse files Browse the repository at this point in the history
Install the Windows pdb files in the bin (or runtime)
directory and not into the library dir.
  • Loading branch information
Allen Winter committed Mar 31, 2024
1 parent 46f9857 commit 07381e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ if(${PROJECT_NAME}_IS_ROOT_PROJECT)
if(MSVC AND NOT ${PROJECT_NAME}_STATIC)
install(
FILES "$<TARGET_PDB_FILE_DIR:kdsingleapplication>/$<TARGET_PDB_FILE_NAME:kdsingleapplication>"
DESTINATION ${INSTALL_LIBRARY_DIR}
DESTINATION ${INSTALL_RUNTIME_DIR}
CONFIGURATIONS Debug RelWithDebInfo
)
endif()
Expand Down

0 comments on commit 07381e4

Please sign in to comment.