2
0
Fork 0
mirror of https://github.com/bazel-contrib/rules_foreign_cc synced 2024-11-30 16:42:07 +00:00
rules_foreign_cc/examples/cmake_synthetic/libb
irengrig 16ddc00bd4
Be resilient with Bazel-built transitive dependencies duplicates (#318)
Be resilient with Bazel-built transitive dependencies duplicates

- it is possible that some duplicate libraries, built with Bazel, will be passed as inputs to cmake_external or configure_make. rules_foreign_cc should filter duplicates out rather then fail.
- add a test (which just builds the target) //cmake_synthetic:lib_with_duplicate_transitive_bazel_deps
2019-09-17 14:34:20 -04:00
..
src Adapt tests for Windows: set .a library name, use crosstool file (#95) 2018-09-14 10:10:39 +02:00
BUILD Be resilient with Bazel-built transitive dependencies duplicates (#318) 2019-09-17 14:34:20 -04:00
CMakeLists.txt Add CMake synthetic test with two libraries and cc_test (#93) 2018-09-13 14:34:55 +02:00