mirror of
https://github.com/yse/easy_profiler.git
synced 2024-12-26 08:01:51 +08:00
7 lines
138 B
Python
7 lines
138 B
Python
|
cc_binary(
|
||
|
name = "easy_profiler_sample",
|
||
|
srcs = ["main.cpp"],
|
||
|
deps = [
|
||
|
"//easy_profiler_core:easy_profiler",
|
||
|
],
|
||
|
)
|