Files
MINGW-packages/mingw-w64-glslang/001-install-missing-dll.patch
2018-11-10 11:35:58 +03:00

13 lines
480 B
Diff

diff --git a/StandAlone/CMakeLists.txt b/StandAlone/CMakeLists.txt
index 2a9a3c47..e3d46595 100644
--- a/StandAlone/CMakeLists.txt
+++ b/StandAlone/CMakeLists.txt
@@ -45,6 +45,6 @@ install(TARGETS glslangValidator
if(BUILD_SHARED_LIBS)
install(TARGETS glslang-default-resource-limits
- LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
+ RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
endif()
endif(ENABLE_GLSLANG_INSTALL)