summaryrefslogtreecommitdiffstats
path: root/library/cpp/execprofile
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/execprofile')
-rw-r--r--library/cpp/execprofile/CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/library/cpp/execprofile/CMakeLists.txt b/library/cpp/execprofile/CMakeLists.txt
new file mode 100644
index 00000000000..eea929f7f84
--- /dev/null
+++ b/library/cpp/execprofile/CMakeLists.txt
@@ -0,0 +1,8 @@
+add_library(library-cpp-execprofile)
+target_link_libraries(library-cpp-execprofile PUBLIC
+ contrib-libs-cxxsupp
+ yutil
+)
+target_sources(library-cpp-execprofile PRIVATE
+ ${CMAKE_SOURCE_DIR}/library/cpp/execprofile/profile.cpp
+)