org.bitbucket.akornilov.cpp-llvm
所有者: Alexander Kornilov
此插件允许使用 LLVM 库。
https://bitbucket.org/akornilov
源码: https://bitbucket.org/akornilov/tools
使用 插件 DSL
plugins {
id("org.bitbucket.akornilov.cpp-llvm") version "0.5"
}
使用 旧插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("gradle.plugin.org.bitbucket.akornilov:cpp-llvm:0.5")
}
}
apply(plugin = "org.bitbucket.akornilov.cpp-llvm")