samples: Use reworked DSL in gradle builds

This commit is contained in:
Ilya Matveev
2017-10-17 19:32:38 +03:00
committed by ilmat192
parent d3f9e335fb
commit eea0eb7e9f
14 changed files with 100 additions and 115 deletions
+6 -6
View File
@@ -1,13 +1,13 @@
apply plugin: 'konan'
konanInterop {
libcurl {
konanArtifacts {
interop('libcurl') {
includeDirs '/usr/include', '/opt/local/include', '/usr/local/opt/curl/include', '.'
}
}
konanArtifacts {
Curl {
useInterop 'libcurl'
program('Curl') {
libraries {
artifact 'libcurl'
}
}
}