mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
cmake
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
1fdde9e056
commit
6fa7e98ff9
1 changed files with 6 additions and 0 deletions
6
src/math/dd/CMakeLists.txt
Normal file
6
src/math/dd/CMakeLists.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
z3_add_component(dd
|
||||
SOURCES
|
||||
dd_bdd.cpp
|
||||
COMPONENT_DEPENDENCIES
|
||||
util
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue