1
0

Add ability to generate libraryDependency on cde.

This commit is contained in:
Jim Lawson 2015-10-22 09:57:02 -07:00
parent f8594da1d3
commit 4c2b0a9032

View File

@ -7,7 +7,7 @@ name := "uncore"
scalaVersion := "2.11.6"
// Provide a managed dependency on X if -DXVersion="" is supplied on the command line.
libraryDependencies ++= (Seq("chisel","junctions").map {
libraryDependencies ++= (Seq("chisel","junctions","cde").map {
dep: String => sys.props.get(dep + "Version") map { "edu.berkeley.cs" %% dep % _ }}).flatten
site.settings