aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/exception/CMakeLists.txt
blob: 26ead463a06e2da70980d909fdc49a6dc721e430 (plain) (blame)
1
2
3
4
5
6
7
8
add_library(cpp-yt-exception)
target_link_libraries(cpp-yt-exception PUBLIC
  contrib-libs-cxxsupp
  yutil
)
target_sources(cpp-yt-exception PRIVATE
  ${CMAKE_SOURCE_DIR}/library/cpp/yt/exception/exception.cpp
)