mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
include version.h in install include directory for cmake build #1833
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
382bce4bb7
commit
39ed27101e
2 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,7 @@ endif()
|
|||
set(Z3_FULL_VERSION "\"${Z3_FULL_VERSION_STR}\"")
|
||||
configure_file(version.h.cmake.in ${CMAKE_CURRENT_BINARY_DIR}/version.h)
|
||||
|
||||
|
||||
z3_add_component(util
|
||||
SOURCES
|
||||
approx_nat.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue