mirror of
https://github.com/Z3Prover/z3
synced 2025-04-05 17:14:07 +00:00
missing cmakelists
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e2bdf54d5e
commit
455d53ef27
14
src/params/CMakeLists.txt
Normal file
14
src/params/CMakeLists.txt
Normal file
|
@ -0,0 +1,14 @@
|
|||
z3_add_component(params
|
||||
SOURCES
|
||||
pattern_inference_params.cpp
|
||||
context_params.cpp
|
||||
COMPONENT_DEPENDENCIES
|
||||
util
|
||||
ast
|
||||
PYG_FILES
|
||||
pattern_inference_params_helper.pyg
|
||||
bv_rewriter_params.pyg
|
||||
arith_rewriter_params.pyg
|
||||
EXTRA_REGISTER_MODULE_HEADERS
|
||||
context_params.h
|
||||
)
|
Loading…
Reference in a new issue