Sign in
eclipse
/
etrice
/
org.eclipse.etrice
/
refs/heads/master
/
.
/
examples
/
org.eclipse.etrice.tutorials.cpp
/
build.gradle
blob: cbc6cb19d5271b0d6c8b7d8cf73d5228ab7162cb [
file
] [
log
] [
blame
]
apply plugin
:
'cpp'
apply
from
:
"$rootDir/gradle/etTest.gradle"
createBuild
(
'cpp'
,
'helloWorld'
,
'model/HelloWorld'
)
createBuild
(
'cpp'
,
'pingPong'
,
'model/PingPong'
)