Merge pull request #231 from dneto0/gtests-link-to-hlsl
Unit test executable should link to libHLSL
This commit is contained in:
commit
cec24c9852
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ if (TARGET gmock)
|
|||
${gmock_SOURCE_DIR}/include
|
||||
${gtest_SOURCE_DIR}/include)
|
||||
target_link_libraries(glslangtests PRIVATE
|
||||
glslang OSDependent OGLCompiler glslang
|
||||
glslang OSDependent OGLCompiler HLSL glslang
|
||||
SPIRV glslang-default-resource-limits gmock)
|
||||
add_test(NAME glslang-gtests COMMAND glslangtests)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue