Skip to content

Commit

Permalink
shaderc: Fixed build.
Browse files Browse the repository at this point in the history
  • Loading branch information
bkaradzic committed Oct 20, 2024
1 parent a183cf2 commit 76dde5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/shaderc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ project "spirv-opt"
path.join(SPIRV_TOOLS, "source/text.h"),
path.join(SPIRV_TOOLS, "source/text_handler.cpp"),
path.join(SPIRV_TOOLS, "source/text_handler.h"),
path.join(SPIRV_TOOLS, "source/to_string.cpp"),
path.join(SPIRV_TOOLS, "source/to_string.h"),
path.join(SPIRV_TOOLS, "source/util/bit_vector.cpp"),
path.join(SPIRV_TOOLS, "source/util/bit_vector.h"),
path.join(SPIRV_TOOLS, "source/util/bitutils.h"),
Expand Down

0 comments on commit 76dde5d

Please sign in to comment.