mirror of
https://github.com/ysoftdevs/gradle-training.git
synced 2026-01-16 00:33:56 +01:00
9 lines
120 B
Groovy
9 lines
120 B
Groovy
apply plugin: 'c'
|
|
apply plugin: 'visual-studio'
|
|
|
|
model {
|
|
components {
|
|
main(NativeExecutableSpec) {}
|
|
}
|
|
}
|