Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
refactor: switch to lakefile.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
hargoniX committed Jul 18, 2024
1 parent 8ecdb6d commit be0330c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 22 deletions.
22 changes: 0 additions & 22 deletions lakefile.lean

This file was deleted.

17 changes: 17 additions & 0 deletions lakefile.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name = "LeanSAT"
defaultTargets = ["LeanSAT", "defaultExe"]
testRunner = "Test"

[[lean_lib]]
name = "Test"

[[lean_lib]]
name = "Eval"

[[lean_lib]]
name = "LeanSAT"
precompileModules = true

[[lean_exe]]
name = "defaultExe"
root = "Main"

0 comments on commit be0330c

Please sign in to comment.