1 Star 0 Fork 0

XiangShan / HuanCun

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
common.sc 227 Bytes
一键复制 编辑 原始数据 按行查看 历史
import mill._
import scalalib._
trait HuanCunModule extends ScalaModule {
def rocketModule: ScalaModule
def utilityModule: ScalaModule
override def moduleDeps = super.moduleDeps ++ Seq(rocketModule, utilityModule)
}
Scala
1
https://gitee.com/OpenXiangShan/HuanCun.git
git@gitee.com:OpenXiangShan/HuanCun.git
OpenXiangShan
HuanCun
HuanCun
master

搜索帮助