1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-09-28 00:35:35 +02:00

Use rules_cc instead of native cc_binary rules.

This commit is contained in:
iphydf 2020-03-12 12:23:57 +00:00
parent 0a8ac4de3b
commit 206bf407fd
No known key found for this signature in database
GPG Key ID: 3855DBA2D74403C9

View File

@ -1,3 +1,4 @@
load("@rules_cc//cc:defs.bzl", "cc_binary")
load("//tools/project:build_defs.bzl", "project")
project()