Updated working vs

This commit is contained in:
Alejandro Saucedo 2021-02-18 21:30:58 +00:00
parent 48e8867980
commit dc6ba85029

View file

@ -59,12 +59,10 @@ else()
target_include_directories(
test_kompute PRIVATE
${SHADERC_INCLUDE_DIRS}/include)
MESSAGE(STATUS "INclude dirs:" ${SHADERC_INCLUDE_DIRS})
${SHADERC_INCLUDE_DIRS})
target_link_libraries(test_kompute PRIVATE
shaderc_combined)
${SHADERC_LIB})
endif()
#####################################################