BUILD.gn: glslang_sources need the public config too
This commit is contained in:
parent
2e0806c7be
commit
6857c23825
1 changed files with 2 additions and 2 deletions
4
BUILD.gn
4
BUILD.gn
|
|
@ -40,6 +40,8 @@ config("glslang_public") {
|
||||||
}
|
}
|
||||||
|
|
||||||
source_set("glslang_sources") {
|
source_set("glslang_sources") {
|
||||||
|
public_configs = [ ":glslang_public" ]
|
||||||
|
|
||||||
sources = [
|
sources = [
|
||||||
"OGLCompilersDLL/InitializeDll.cpp",
|
"OGLCompilersDLL/InitializeDll.cpp",
|
||||||
"OGLCompilersDLL/InitializeDll.h",
|
"OGLCompilersDLL/InitializeDll.h",
|
||||||
|
|
@ -152,8 +154,6 @@ source_set("glslang_sources") {
|
||||||
}
|
}
|
||||||
|
|
||||||
static_library("glslang_static") {
|
static_library("glslang_static") {
|
||||||
public_configs = [ ":glslang_public" ]
|
|
||||||
|
|
||||||
deps = [
|
deps = [
|
||||||
":glslang_sources",
|
":glslang_sources",
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue