File: build.gradle

package info (click to toggle)
libejml-java 0.38%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,336 kB
  • sloc: java: 73,523; python: 81; xml: 60; makefile: 58
file content (11 lines) | stat: -rw-r--r-- 423 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
dependencies {
    compile project(':main:ejml-core')
    compile project(':main:ejml-ddense')
    compile project(':main:ejml-dsparse')
    compile project(':main:ejml-zdense')
    compile project(':main:ejml-simple')

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