CMakeLists.linux.txt 867 B

12345678910111213141516171819202122
  1. # This file was gererated by the build system used internally in the Yandex monorepo.
  2. # Only simple modifications are allowed (adding source-files to targets, adding simple properties
  3. # like target_include_directories). These modifications will be ported to original
  4. # ya.make files by maintainers. Any complex modifications which can't be ported back to the
  5. # original buildsystem will not be accepted.
  6. add_library(contrib-libs-expat)
  7. target_compile_options(contrib-libs-expat PRIVATE
  8. -DHAVE_EXPAT_CONFIG_H
  9. )
  10. target_include_directories(contrib-libs-expat PRIVATE
  11. ${CMAKE_SOURCE_DIR}/contrib/libs/expat
  12. ${CMAKE_SOURCE_DIR}/contrib/libs/expat/lib
  13. )
  14. target_sources(contrib-libs-expat PRIVATE
  15. ${CMAKE_SOURCE_DIR}/contrib/libs/expat/lib/xmlparse.c
  16. ${CMAKE_SOURCE_DIR}/contrib/libs/expat/lib/xmlrole.c
  17. ${CMAKE_SOURCE_DIR}/contrib/libs/expat/lib/xmltok.c
  18. )