loggersoft.cpp-llvm
Owner: Alexander Kornilov
The plugin allow to use LLVM library.
https://gradle-cpp.sourceforge.io
Sources: http://hg.code.sf.net/p/gradle-cpp/code
Add this plugin to your build using the plugins DSL:
plugins {
id("loggersoft.cpp-llvm") version "0.9"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.loggersoft:cpp-llvm:0.9") } } apply(plugin = "loggersoft.cpp-llvm")
- Applying plugins to all subprojects .