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)