mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-24 21:21:56 +00:00
6 lines
238 B
Groovy
6 lines
238 B
Groovy
|
|
// These same settings are needed in the GPL native, so rather than duplicating this file, we will just call the other file
|
|
|
|
def projectRootDir = rootProject.projectDir.path
|
|
apply from: "$projectRootDir/GPL/nativeBuildProperties.gradle"
|