From 6cc07a3ef3d08915210aa5b3604dfbc7a26d62cf Mon Sep 17 00:00:00 2001 From: BagelSketches Date: Thu, 3 Jul 2025 19:25:51 +1000 Subject: [PATCH] changed directory to files in cmakelists --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9814d7b8..08e58916 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -658,7 +658,7 @@ if (ISLE_BUILD_CONFIG) "--no-quick-import" COMMENT "Running windeployqt with minimal dependencies" ) - install(DIRECTORY Build/QTLibs DESTINATION "${CMAKE_INSTALL_BINDIR}") + install(FILES Build/QTLibs DESTINATION "${CMAKE_INSTALL_BINDIR}") else() message(WARNING "windeployqt not found.") endif()