mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-07 09:11:15 -09:00
8 lines
176 B
Groovy
8 lines
176 B
Groovy
apply plugin: 'eclipse'
|
|
eclipse.project.name = 'Features Graph FunctionGraphDecompilerExt'
|
|
|
|
dependencies {
|
|
compile project(":FunctionGraph")
|
|
compile project(":Decompiler")
|
|
}
|