Reformat BUCK files
Summary: Reformat BUCK files to better conform with style. Reviewed By: zertosh Differential Revision: D5901515 fbshipit-source-id: 93e8c56450f65b691af9017d880e6cf2a2cdb7af
This commit is contained in:
committed by
Facebook Github Bot
parent
969f055f47
commit
fc6c85996e
4
BUCK
4
BUCK
@@ -21,9 +21,9 @@ TEST_COMPILER_FLAGS = BASE_COMPILER_FLAGS + GMOCK_OVERRIDE_FLAGS + ["-std=c++11"
|
||||
cxx_library(
|
||||
name = "yoga",
|
||||
srcs = glob(["yoga/*.c"]),
|
||||
compiler_flags = COMPILER_FLAGS,
|
||||
exported_headers = subdir_glob([("", "yoga/*.h")]),
|
||||
header_namespace = "",
|
||||
exported_headers = subdir_glob([("", "yoga/*.h")]),
|
||||
compiler_flags = COMPILER_FLAGS,
|
||||
soname = "libyogacore.$(ext)",
|
||||
tests = [":YogaTests"],
|
||||
visibility = ["PUBLIC"],
|
||||
|
Reference in New Issue
Block a user