Skip to content

Commit

Permalink
burp
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlaltca committed Mar 2, 2024
1 parent 13012f8 commit 8ebcd63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kvirc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ if(WANT_STRIP)
endif()

# Installation directives
install(TARGETS ${KVIRC_BINARYNAME} RUNTIME DESTINATION "${KVIRC_BIN_PATH}")
install(TARGETS ${KVIRC_BINARYNAME} RUNTIME DESTINATION "${KVIRC_BIN_PATH}" BUNDLE DESTINATION .)
if(MSVC)
install(FILES $<TARGET_PDB_FILE:${KVIRC_BINARYNAME}> DESTINATION ${KVIRC_BIN_PATH} OPTIONAL)
endif()
Expand Down

0 comments on commit 8ebcd63

Please sign in to comment.