We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf3b72 commit e402d40Copy full SHA for e402d40
1 file changed
CMakeLists.txt
@@ -265,10 +265,10 @@ if (WIN32)
265
IMPORTED_LOCATION_DEBUG "${SPIRV_TOOLS_OPT_DLIB}")
266
267
set (GLSLANG_LIBRARIES glslang OGLCompiler OSDependent HLSL SPIRV SPVRemapper)
268
- set (SPIRV_TOOLS_LIBRARIES SPIRV-Tools SPIRV-Tools-opt)
+ set (SPIRV_TOOLS_LIBRARIES SPIRV-Tools-opt SPIRV-Tools)
269
else ()
270
set (GLSLANG_LIBRARIES ${GLSLANG_LIB} ${OGLCompiler_LIB} ${OSDependent_LIB} ${HLSL_LIB} ${SPIRV_LIB} ${SPIRV_REMAPPER_LIB})
271
- set (SPIRV_TOOLS_LIBRARIES ${SPIRV_TOOLS_LIB} ${SPIRV_TOOLS_OPT_LIB})
+ set (SPIRV_TOOLS_LIBRARIES ${SPIRV_TOOLS_OPT_LIB} ${SPIRV_TOOLS_LIB})
272
endif()
273
274
set (PYTHON_CMD ${PYTHON_EXECUTABLE})
0 commit comments