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