0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-24 20:29:23 +01:00
nodejs/deps/v8/bazel/BUILD.ittapi
Michaël Zasso 17a74ddd3d
deps: update V8 to 11.8.172.13
PR-URL: https://github.com/nodejs/node/pull/49639
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
2023-10-10 08:25:41 +02:00

16 lines
526 B
Plaintext

cc_library(
name = "lib_ittapi",
srcs = [
"third_party/ittapi/include/ittnotify.h",
"third_party/ittapi/include/jitprofiling.h",
"third_party/ittapi/src/ittnotify/ittnotify_config.h",
"third_party/ittapi/src/ittnotify/jitprofiling.c",
],
hdrs = [
"third_party/ittapi/include/ittnotify.h",
"third_party/ittapi/src/ittnotify/ittnotify_types.h",
],
copts = ["-Iexternal/intel_ittapi/third_party/ittapi/include"],
visibility = ["//visibility:public"],
)