You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
366 B
Plaintext
18 lines
366 B
Plaintext
import Lake
|
|
open Lake DSL
|
|
|
|
require GameServer from ".."/"leanserver"
|
|
|
|
require mathlib from git
|
|
"https://github.com/leanprover-community/mathlib4.git"@"9b15aa6f091a623f992d6fff76167864794ce350"
|
|
|
|
--set_option tactic.hygienic false
|
|
--set_option autoImplicit false
|
|
|
|
package TestGame
|
|
|
|
@[default_target]
|
|
lean_lib TestGame {
|
|
moreLeanArgs := #["-DautoImplicit=false"]
|
|
}
|