mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-07 19:55:41 -05:00
8 lines
327 B
Text
8 lines
327 B
Text
(library
|
|
(name sidekick_base)
|
|
(public_name sidekick-base)
|
|
(synopsis "Base term definitions for the standalone SMT solver and library")
|
|
(libraries containers sidekick.core sidekick.util
|
|
sidekick.arith-lra sidekick.th-bool-static
|
|
sidekick.zarith zarith)
|
|
(flags :standard -w -32 -open Sidekick_util))
|