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

View File

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