mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-02-18 00:20:10 +00:00
12 lines
361 B
Groovy
12 lines
361 B
Groovy
apply plugin: 'eclipse'
|
|
eclipse.project.name = 'Processors ARM'
|
|
|
|
/*********************************************************************************
|
|
* Imports
|
|
*********************************************************************************/
|
|
apply from: "$rootProject.projectDir/gradleScripts/processorUtils.gradle"
|
|
|
|
dependencies {
|
|
compile project(':Base')
|
|
}
|