mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
5 lines
238 B
Groovy
5 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"
|