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