brian 97bf5b9baa Reorganising build.gradle for CUDA 12
Signed-off-by: brian <brian@brutex.de>
2023-08-28 10:05:43 +02:00

9 lines
207 B
Groovy

plugins {
id 'java-library'
}
dependencies {
implementation platform(projects.cavisCommonPlatform)
implementation projects.cavisNative.cavisNativeBlas
implementation "org.bytedeco:javacpp"
}