Skip to content

Instantly share code, notes, and snippets.

@Ben1980
Created April 6, 2019 19:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ben1980/e3c705686c883419cb5919bca2f5f003 to your computer and use it in GitHub Desktop.
Save Ben1980/e3c705686c883419cb5919bca2f5f003 to your computer and use it in GitHub Desktop.
plugins {
id 'cpp-application'
}
application {
dependencies {
implementation project(':greeter')
}
targetMachines = [
machines.windows.x86_64,
machines.macOS.x86_64,
machines.linux.x86_64
]
baseName = "app"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment