Add ability to generate libraryDependency on cde.
This commit is contained in:
parent
f8594da1d3
commit
4c2b0a9032
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user