Update build.sbt with correct locations of example/utilities
This commit is contained in:
@@ -45,11 +45,11 @@ def conditionalDependsOn(prj: Project): Project = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
lazy val example = conditionalDependsOn(project in file("example"))
|
lazy val example = conditionalDependsOn(project in file("generators/example"))
|
||||||
.dependsOn(boom, hwacha, sifive_blocks)
|
.dependsOn(boom, hwacha, sifive_blocks)
|
||||||
.settings(commonSettings)
|
.settings(commonSettings)
|
||||||
|
|
||||||
lazy val utilities = conditionalDependsOn(project in file("utilities"))
|
lazy val utilities = conditionalDependsOn(project in file("generators/utilities"))
|
||||||
.settings(commonSettings)
|
.settings(commonSettings)
|
||||||
|
|
||||||
lazy val hwacha = (project in file ("generators/hwacha"))
|
lazy val hwacha = (project in file ("generators/hwacha"))
|
||||||
|
|||||||
Reference in New Issue
Block a user