ghidra/gradleScripts/nativeBuildProperties.gradle
2019-03-26 13:46:51 -04:00

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"