Skip to content

Commit

Permalink
Add buck2 stub for FastFloat third party library
Browse files Browse the repository at this point in the history
Summary: Used by folly

Reviewed By: bigfootjon

Differential Revision: D62469783

fbshipit-source-id: 0afe6897e156ba0deac1a74237b4f5bcb5e0ebbb
  • Loading branch information
Cullen Walsh authored and facebook-github-bot committed Sep 11, 2024
1 parent 7e9a54d commit 9164713
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions shim/third-party/fast_float/BUCK
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Copyright (c) Meta Platforms, Inc. and affiliates.
#
# This source code is licensed under both the MIT license found in the
# LICENSE-MIT file in the root directory of this source tree and the Apache
# License, Version 2.0 found in the LICENSE-APACHE file in the root directory
# of this source tree.

load("@shim//third-party:third_party.bzl", "third_party_library")

oncall("open_source")

third_party_library(
name = "fast_float",
)

0 comments on commit 9164713

Please sign in to comment.