mirror of
https://github.com/ysoftdevs/cpp-examples.git
synced 2026-01-11 14:30:32 +01:00
10 lines
112 B
Groovy
10 lines
112 B
Groovy
apply plugin: 'c'
|
|
|
|
model {
|
|
components {
|
|
main(NativeExecutableSpec) {
|
|
|
|
}
|
|
}
|
|
}
|