mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-09 14:08:03 -05:00
GT-113: Generating Eclipse projects with Gradle.
This commit is contained in:
@@ -27,6 +27,7 @@ includeProject('RuntimeScripts', 'Ghidra', true)
|
||||
includeProject('IDAPro', 'GhidraBuild', true)
|
||||
includeProject('GhidraDocs', '.', true)
|
||||
includeProjects('GhidraBuild/EclipsePlugins/GhidraDev') // requires Eclipse PDE
|
||||
includeProjects('GhidraBuild/EclipsePlugins/SleighEditor') // requires Eclipse DSL
|
||||
|
||||
/*******************************************************************************************
|
||||
* Apply additional Ghidra respositories
|
||||
@@ -44,4 +45,4 @@ if (extensionsList.isFile()) {
|
||||
apply from: extraSettings.absolutePath
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user