aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/execprofile/CMakeLists.txt
blob: eea929f7f844a33acbcb4c84e08d799393e7dcb6 (plain) (blame)
1
2
3
4
5
6
7
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
)