3
0
Fork 0
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:
Nikolaj Bjorner 2020-08-29 10:46:17 -07:00
parent e2bdf54d5e
commit 455d53ef27

14
src/params/CMakeLists.txt Normal file
View 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
)