mirror of
https://github.com/Z3Prover/z3
synced 2025-05-09 16:55:47 +00:00
list euf dependency in api cmakefile
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
eca5cd1841
commit
644118660f
4 changed files with 495 additions and 80 deletions
565
genaisrc/genaiscript.d.ts
generated
vendored
565
genaisrc/genaiscript.d.ts
generated
vendored
File diff suppressed because it is too large
Load diff
|
@ -13,12 +13,12 @@
|
|||
"noEmit": true,
|
||||
"allowImportingTsExtensions": true,
|
||||
"verbatimModuleSyntax": true,
|
||||
"resolveJsonModule": true
|
||||
"resolveJsonModule": true,
|
||||
"erasableSyntaxOnly": true
|
||||
},
|
||||
"include": [
|
||||
"*.mjs",
|
||||
"*.mts",
|
||||
"src/*.mts",
|
||||
"**/*.mjs",
|
||||
"**/*.mts",
|
||||
"./genaiscript.d.ts"
|
||||
]
|
||||
}
|
|
@ -66,6 +66,7 @@ z3_add_component(api
|
|||
${full_path_generated_files}
|
||||
COMPONENT_DEPENDENCIES
|
||||
opt
|
||||
euf
|
||||
portfolio
|
||||
realclosure
|
||||
extra_cmds
|
||||
|
|
|
@ -7,6 +7,7 @@ z3_add_component(euf
|
|||
euf_enode.cpp
|
||||
euf_etable.cpp
|
||||
euf_justification.cpp
|
||||
euf_mam.cpp
|
||||
euf_plugin.cpp
|
||||
euf_specrel_plugin.cpp
|
||||
COMPONENT_DEPENDENCIES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue