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