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