0
0
mirror of https://github.com/yse/easy_profiler.git synced 2024-12-26 16:11:02 +08:00
2019-12-02 19:51:25 +03:00

7 lines
138 B
Python

cc_binary(
name = "easy_profiler_sample",
srcs = ["main.cpp"],
deps = [
"//easy_profiler_core:easy_profiler",
],
)