aboutsummaryrefslogtreecommitdiff
path: root/examples/scalajs-plain-example/jvm/build/build.scala
blob: 327d705bd6d97713ee48119e33a3c54903c10977 (plain) (blame)
1
2
3
4
5
6
import cbt._
class Build(val context: Context) extends BaseBuild{
  override def sources = super.sources ++ Seq(
    projectDirectory.getParentFile ++ "/shared"
  )
}