Fix load statements

This commit is contained in:
Guillaume Chatelet
2025-07-24 16:37:06 +00:00
parent 91e0e8a70f
commit 6759325e87
37 changed files with 70 additions and 11 deletions

View File

@@ -11,6 +11,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
load("@rules_cc//cc:cc_binary.bzl", "cc_binary")
load("@rules_cc//cc:cc_library.bzl", "cc_library")
load("@rules_cc//cc:cc_test.bzl", "cc_test")
exports_files(
[
"shift_minimization.dat",