changed directory to files in cmakelists

This commit is contained in:
BagelSketches 2025-07-03 19:25:51 +10:00
parent 67cca8b684
commit 6cc07a3ef3

View File

@ -658,7 +658,7 @@ if (ISLE_BUILD_CONFIG)
"--no-quick-import" "--no-quick-import"
COMMENT "Running windeployqt with minimal dependencies" COMMENT "Running windeployqt with minimal dependencies"
) )
install(DIRECTORY Build/QTLibs DESTINATION "${CMAKE_INSTALL_BINDIR}") install(FILES Build/QTLibs DESTINATION "${CMAKE_INSTALL_BINDIR}")
else() else()
message(WARNING "windeployqt not found.") message(WARNING "windeployqt not found.")
endif() endif()