diff options
Diffstat (limited to 'library/cpp/execprofile/ya.make')
-rw-r--r-- | library/cpp/execprofile/ya.make | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/library/cpp/execprofile/ya.make b/library/cpp/execprofile/ya.make new file mode 100644 index 0000000000..5d0b3c7eeb --- /dev/null +++ b/library/cpp/execprofile/ya.make @@ -0,0 +1,11 @@ +LIBRARY() + +SRCS( + profile.cpp +) + +PEERDIR( + library/cpp/deprecated/atomic +) + +END() |