#1 - new gradle has different path to binaries in example 08

This commit is contained in:
Juraj Michalek
2016-03-09 14:30:31 +01:00
parent 6b3c950751
commit fe9a2f8a94

View File

@@ -1,18 +1,8 @@
apply plugin: 'c' apply plugin: 'c'
apply plugin: 'visual-studio' apply plugin: 'visual-studio'
sources { model {
main { components {
c { main(NativeExecutableSpec) {}
source {
// Include just source, avoid including *.swp and other helper files
include "**/*.c"
}
}
}
}
executables {
main {
} }
} }