Open up some more vertical white space

This commit is contained in:
Ben Liblit 2018-05-27 16:47:33 -07:00
parent 989ef3ec43
commit 2067d6c37a
2 changed files with 5 additions and 0 deletions

View File

@ -59,6 +59,7 @@ model {
lib project: ':com.ibm.wala.cast', library: it
}
}
binaries {
withType(StaticLibraryBinarySpec) {
buildable = false
@ -74,6 +75,7 @@ model {
}
}
}
smoke_main(NativeExecutableSpec) {
sources.cpp {
source {
@ -84,6 +86,7 @@ model {
lib project: ':com.ibm.wala.cast', library: it
}
}
binaries.all {
switch ("$targetPlatform.operatingSystem.name/$targetPlatform.architecture.name") {
case 'linux/x86-64':

View File

@ -61,6 +61,7 @@ model {
}
}
}
components {
cast(NativeLibrarySpec) {
sources.cpp {
@ -72,6 +73,7 @@ model {
exportedHeaders.srcDirs = ["$cSourceDir/include"]
lib library: 'jdk'
}
binaries {
withType(StaticLibraryBinarySpec) {
buildable = false