bazel-contrib / rules_foreign_cc

Build rules for interfacing with "foreign" (non-Bazel) build systems (CMake, configure-make, GNU Make, boost, ninja, Meson)
https://bazel-contrib.github.io/rules_foreign_cc
Apache License 2.0
680 stars 249 forks source link

cc_shared_library targets cannot be used as deps #1242

Closed matt-sm closed 3 months ago

matt-sm commented 3 months ago

Has anyone looked into what it would take to allow a cc_shared_library target to be used as a dep to the cmake/configure_make rules?