Skip to content
Snippets Groups Projects
Commit 74fdcc5e authored by Régis Blanc's avatar Régis Blanc
Browse files

leon library is now a subproject

parent fda5c490
No related branches found
No related tags found
No related merge requests found
File moved
name := "Leon Library"
version := "2.0"
organization := "ch.epfl.lara"
scalaVersion := "2.9.1-1"
scalacOptions += "-deprecation"
scalacOptions += "-unchecked"
libraryDependencies += "org.scala-lang" % "scala-compiler" % "2.9.1-1"
......@@ -53,5 +53,8 @@ object Leon extends Build {
id = "leon",
base = file("."),
settings = Project.defaultSettings ++ LeonProject.settings
)
) aggregate(leonLibrary) dependsOn(leonLibrary)
lazy val leonLibrary = Project(id = "leon-library", base = file("./library"))
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment