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