CMakeLists.darwin-x86_64.txt 882 B

12345678910111213141516171819202122232425262728293031
  1. # This file was generated 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_shared_library(yqlplugin)
  7. target_link_libraries(yqlplugin PUBLIC
  8. contrib-libs-cxxsupp
  9. yutil
  10. yql-plugin-native
  11. )
  12. target_link_options(yqlplugin PRIVATE
  13. -Wl,-platform_version,macos,11.0,11.0
  14. -fPIC
  15. -undefined
  16. dynamic_lookup
  17. -fPIC
  18. -framework
  19. CoreFoundation
  20. )
  21. target_sources(yqlplugin PRIVATE
  22. ${CMAKE_SOURCE_DIR}/yt/yql/plugin/dynamic/impl.cpp
  23. )
  24. use_export_script(yqlplugin
  25. ${CMAKE_SOURCE_DIR}/yt/yql/plugin/dynamic/dylib.exports
  26. )
  27. vcs_info(yqlplugin)