diff --git a/cmake_modules/install_helper.cmake b/cmake_modules/install_helper.cmake
index 73de1aa5fd6e00452571f0fec8c5b57a5347164c..f1e5aa5d6c0e82216a6064beb2773ced1a247a3b 100644
--- a/cmake_modules/install_helper.cmake
+++ b/cmake_modules/install_helper.cmake
@@ -23,7 +23,8 @@ if (WIN32)
     install(DIRECTORY "${Qt5Core_DIR}/../../../../../Licenses" DESTINATION "Licenses/Qt_Licenses")
     install(DIRECTORY "${OpenCV_DIR}/etc/licenses" DESTINATION "Licenses/OpenCV_Licenses")
     install(FILES "${OpenCV_DIR}/LICENSE/" DESTINATION "Licenses/OpenCV_Licenses")
-    install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/ezc3d/LICENSE" DESTINATION "Licenses/ezc3d_license/")
+    install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/deps/ezc3d/LICENSE" DESTINATION "Licenses/ezc3d_license/")
+    install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/deps/spdlog/LICENSE" DESTINATION "Licenses/spdlog_license/")
     install(FILES "${CMAKE_SOURCE_DIR}/.zenodo.json" DESTINATION "bin")
     install(FILES "${OFFSCREEN_PLUGIN}" DESTINATION "bin/platforms")