summaryrefslogtreecommitdiff
path: root/etc/import/absl/utility/TARGETS.absl
diff options
context:
space:
mode:
Diffstat (limited to 'etc/import/absl/utility/TARGETS.absl')
-rw-r--r--etc/import/absl/utility/TARGETS.absl27
1 files changed, 27 insertions, 0 deletions
diff --git a/etc/import/absl/utility/TARGETS.absl b/etc/import/absl/utility/TARGETS.absl
index 55d78388..868555ed 100644
--- a/etc/import/absl/utility/TARGETS.absl
+++ b/etc/import/absl/utility/TARGETS.absl
@@ -29,4 +29,31 @@
, ["absl/meta", "type_traits"]
]
}
+, "if_constexpr":
+ { "type": "export"
+ , "target": "if_constexpr (unexported)"
+ , "flexible_config":
+ [ "ADD_CFLAGS"
+ , "ADD_CXXFLAGS"
+ , "AR"
+ , "ARCH"
+ , "CC"
+ , "CFLAGS"
+ , "CXX"
+ , "CXXFLAGS"
+ , "DEBUG"
+ , "ENV"
+ , "HOST_ARCH"
+ , "OS"
+ , "TARGET_ARCH"
+ , "TOOLCHAIN_CONFIG"
+ ]
+ }
+, "if_constexpr (unexported)":
+ { "type": ["@", "rules", "CC", "library"]
+ , "name": ["if_constexpr"]
+ , "stage": ["absl", "utility"]
+ , "hdrs": ["internal/if_constexpr.h"]
+ , "deps": [["absl/base", "config"]]
+ }
}