summaryrefslogtreecommitdiff
path: root/tests/lean/hashmap_on_disk/lakefile.lean
blob: 5b9adebbe7b7cd402d017ffeed55c6098cd01c4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import Lake
open Lake DSL

package «hashmap» {
  -- add package configuration options here
}

lean_lib «HashmapMain» {
  -- add library configuration options here
}

lean_lib «Base» {
  -- add library configuration options here
}

@[default_target]
lean_exe «hashmap» {
  root := `Main
}