Commit 6857c238 by Corentin Wallez

BUILD.gn: glslang_sources need the public config too

parent 2e0806c7
......@@ -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",
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment