ya.make 307 B

123456789
  1. RESOURCES_LIBRARY()
  2. DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE_BY_JSON(CLANG14 clang14.json)
  3. DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE_BY_JSON(CLANG16 clang16.json)
  4. # This is the default clang to be used in llvm-version-independent cases
  5. DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE_BY_JSON(CLANG clang14.json)
  6. END()