3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 19:35:50 +00:00

Fix cmake build to work with the new system

This commit is contained in:
Andrew Dutcher 2016-09-15 00:28:19 -07:00
parent 02217d048b
commit 9e498536b6
3 changed files with 56 additions and 18 deletions

View file

@ -1,3 +1,4 @@
add_subdirectory(c)
add_subdirectory(c++)
add_subdirectory(tptp)
add_subdirectory(python)