-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBUILD.tools
14 lines (13 loc) · 1.13 KB
/
BUILD.tools
1
2
3
4
5
6
7
8
9
10
11
12
13
14
####################################################################################################
# Scala #
# https://www.pantsbuild.org/scala.html #
####################################################################################################
target(name='scalac', dependencies=['3rdparty/jvm:scala-compiler'])
target(name='scala-library', dependencies=['3rdparty/jvm:scala-library'])
target(name='scala-reflect', dependencies=['3rdparty/jvm:scala-reflect'])
target(name='scala-repl', dependencies=['3rdparty/jvm:ammonite'])
####################################################################################################
# ScalaPB #
# https://github.com/scalapb/ScalaPB #
####################################################################################################
target(name='scalapbc', dependencies=['3rdparty/jvm:scalapbc'])