mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-29 07:31:38 +00:00
8 lines
318 B
Groovy
8 lines
318 B
Groovy
apply plugin: 'eclipse'
|
|
eclipse.project.name = 'Processors 8085'
|
|
|
|
/*********************************************************************************
|
|
* Imports
|
|
*********************************************************************************/
|
|
apply from: "$rootProject.projectDir/gradleScripts/processorUtils.gradle"
|