ghidra/gradleScripts/nativeBuildProperties.gradle

6 lines
238 B
Groovy
Raw Normal View History

2019-03-26 17:45:32 +00:00
// 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"