mirror of
https://github.com/yse/easy_profiler.git
synced 2024-12-26 16:11:02 +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",
|
|
],
|
|
) |