Files
orx/orx-jvm/orx-boofcv/build.gradle.kts

16 lines
309 B
Plaintext

import ScreenshotsHelper.collectScreenshots
plugins {
org.openrndr.extra.convention.`kotlin-jvm`
}
sourceSets {
val demo by getting
collectScreenshots(project, demo) { }
}
dependencies {
implementation(libs.openrndr.application)
implementation(libs.openrndr.math)
api(libs.boofcv)
}