mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
14 lines
306 B
Groovy
14 lines
306 B
Groovy
apply plugin: 'eclipse'
|
|
eclipse.project.name = 'Features Graph FunctionGraph'
|
|
|
|
apply from: "$rootProject.projectDir/gradleScripts/buildHelp.gradle"
|
|
|
|
|
|
dependencies {
|
|
compile project(":Base")
|
|
|
|
testCompile "org.jmockit:jmockit:1.44"
|
|
|
|
helpPath project(path: ":Base", configuration: 'helpPath')
|
|
}
|
|
|