mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-02-16 15:40:14 +00:00
GT-2967: 8051 needs Base dependency.
This commit is contained in:
parent
8dd453dc2e
commit
037060d124
@ -4,3 +4,7 @@ apply from: "$rootProject.projectDir/gradle/processorProject.gradle"
|
||||
apply plugin: 'eclipse'
|
||||
|
||||
eclipse.project.name = 'Processors 8051'
|
||||
|
||||
dependencies {
|
||||
compile project(':Base')
|
||||
}
|
Loading…
Reference in New Issue
Block a user