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 96ede18 commit da39e88Copy full SHA for da39e88
BUILD.gn
@@ -657,7 +657,12 @@ static_library("spvtools_opt") {
657
}
658
659
static_library("spvtools_link") {
660
- sources = [ "source/link/linker.cpp" ]
+ sources = [
661
+ "source/link/linker.cpp",
662
+ "source/link/linker.h",
663
+ "source/link/fnvar.cpp",
664
+ "source/link/fnvar.h"
665
+ ]
666
deps = [
667
":spvtools",
668
":spvtools_opt",
0 commit comments