aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/json/fast_sax/CMakeLists.txt
blob: 863e6200afb058ae37971e4305d980f6e75e423a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
add_library(cpp-json-fast_sax)
target_link_libraries(cpp-json-fast_sax PUBLIC
  contrib-libs-cxxsupp
  yutil
  cpp-json-common
)
target_sources(cpp-json-fast_sax PRIVATE
  ${CMAKE_SOURCE_DIR}/library/cpp/json/fast_sax/unescape.cpp
)
target_ragel_lexers(cpp-json-fast_sax
  PRIVATE
  ${CMAKE_SOURCE_DIR}/library/cpp/json/fast_sax/parser.rl6
  -CG2
)