mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-09 12:00:05 +00:00
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") {
|
||||
public_configs = [ ":glslang_public" ]
|
||||
|
||||
sources = [
|
||||
"OGLCompilersDLL/InitializeDll.cpp",
|
||||
"OGLCompilersDLL/InitializeDll.h",
|
||||
@ -152,8 +154,6 @@ source_set("glslang_sources") {
|
||||
}
|
||||
|
||||
static_library("glslang_static") {
|
||||
public_configs = [ ":glslang_public" ]
|
||||
|
||||
deps = [
|
||||
":glslang_sources",
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user