rules_foreign_cc
rules_foreign_cc copied to clipboard
how to print build infos into stdout or file?
is there a way to print foreign project building infos? I can't see the building progress of a cmake project, when using foreign_cc in a bazel project.
+1...Same question.
+1...Same question.
The logs are output in the bazel-out directory - you can find them in the <target_name>_foreign_cc directory e.g. CMake.log for a cmake build.