load("//Config:buck_rule_macros.bzl", "static_library") static_library( name = "WatchCommonWatch", srcs = glob([ "Sources/*.m", ]), headers = glob([ "Sources/*.h", ], exclude = ["Sources/WatchCommon.h", "Sources/WatchCommon.h"]), exported_headers = glob([ "Sources/*.h", ], exclude = ["Sources/WatchCommon.h", "Sources/WatchCommon.h"]), frameworks = [ "$SDKROOT/System/Library/Frameworks/Foundation.framework", ], )