Skip to content

Commit

Permalink
Fix xtdc-gui and guigen-gui running
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 committed Jul 9, 2024
1 parent 618ff9d commit e37fd5a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/cmake/xtd_commands.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -942,8 +942,7 @@ macro(install_component)


if (MSVC AND NOT "${TARGET_TYPE}" STREQUAL "CUSTOM_TARGET" AND NOT "${TARGET_TYPE}" STREQUAL "INTERFACE_LIBRARY")
install(FILES $<TARGET_FILE_DIR:${TARGET_NAME}>/${TARGET_NAME}${CMAKE_DEBUG_POSTFIX}.pdb DESTINATION ${DESTINATION} CONFIGURATIONS Debug OPTIONAL)
install(FILES $<TARGET_FILE_DIR:${TARGET_NAME}>/${TARGET_NAME}.pdb DESTINATION ${DESTINATION} CONFIGURATIONS Release OPTIONAL)
install(FILES $<TARGET_FILE_DIR:${TARGET_NAME}>/. DESTINATION ${DESTINATION} OPTIONAL)
endif ()
endmacro()

Expand Down

0 comments on commit e37fd5a

Please sign in to comment.