BUILD.gn: glslang_sources need the public config too
This commit is contained in:
parent
2e0806c7be
commit
6857c23825
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…
x
Reference in New Issue
Block a user