File: build.gradle

package info (click to toggle)
libejml-java 0.41%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 7,376 kB
  • sloc: java: 82,734; python: 81; makefile: 22
file content (9 lines) | stat: -rw-r--r-- 289 bytes parent folder | download
1
2
3
4
5
6
7
8
9
dependencies {
    compile project(':main:ejml-core')
    compile project(':main:ejml-fdense')

    generateCompile project(':main:ejml-core').sourceSets.generate.output

    testCompile project(':main:ejml-experimental')
    testCompile project(':main:ejml-core').sourceSets.test.output
}