more elaboration

This commit is contained in:
unexplored test 2021-04-01 18:20:20 +04:30
parent a22f87a65b
commit 1a05255ca5

View file

@ -88,7 +88,8 @@ if(KOMPUTE_OPT_CODE_COVERAGE)
${CODECOV_DIR}html/)
endif()
# If glslang was cloned, then SPIRV/GlslangToSpv.h will be used instead of glslang/SPIRV/GlslangToSpv.h
# If glslang is cloned, then SPIRV/GlslangToSpv.h will be used instead of glslang/SPIRV/GlslangToSpv.h
# As after installation, SPIRV/ header files will be found in glslang/SPIRV/ , more info in #193
if(KOMPUTE_OPT_REPO_SUBMODULE_BUILD)
add_definitions(-DUSE_EXTERNAL_GLSLANG)
endif()