Clean up unnecessary header glob
Reviewed By: davidaurelio Differential Revision: D13509119 fbshipit-source-id: 35d32c82b4fbaf7529828982e69b15e1c61b9e25
This commit is contained in:
committed by
Facebook Github Bot
parent
d38db1292c
commit
dcd9438488
1
BUCK
1
BUCK
@@ -20,7 +20,6 @@ TEST_COMPILER_FLAGS = BASE_COMPILER_FLAGS + GMOCK_OVERRIDE_FLAGS + [
|
|||||||
yoga_cxx_library(
|
yoga_cxx_library(
|
||||||
name = "yoga",
|
name = "yoga",
|
||||||
srcs = glob(["yoga/*.cpp"]),
|
srcs = glob(["yoga/*.cpp"]),
|
||||||
headers = subdir_glob([("", "yoga/**/*.h")]),
|
|
||||||
header_namespace = "",
|
header_namespace = "",
|
||||||
exported_headers = subdir_glob([("", "yoga/*.h")]),
|
exported_headers = subdir_glob([("", "yoga/*.h")]),
|
||||||
compiler_flags = COMPILER_FLAGS,
|
compiler_flags = COMPILER_FLAGS,
|
||||||
|
Reference in New Issue
Block a user