aboutsummaryrefslogtreecommitdiff
path: root/tools/gui/resources/template-project/build/build/build.scala
blob: 1a59657a6649cba19fea560e7648aac5c66d382c (plain) (blame)
1
2
3
4
5
6
7
import cbt._

class Build(val context: Context) extends BuildBuild {

  override def dependencies = super.dependencies##plus##

}