3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-08 08:15:47 +00:00

rename version.h to z3_version.h to differentiate name in install include directory. Add support for z3_version.h in python build system. #1833

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2018-09-21 20:13:58 -07:00
parent 38c6429184
commit 0c4754d94b
8 changed files with 10 additions and 9 deletions

View file

@ -167,7 +167,7 @@ foreach (header ${libz3_public_headers})
PUBLIC_HEADER "${CMAKE_SOURCE_DIR}/src/api/${header}")
endforeach()
set_property(TARGET libz3 APPEND PROPERTY
PUBLIC_HEADER "${CMAKE_CURRENT_BINARY_DIR}/util/version.h")
PUBLIC_HEADER "${CMAKE_CURRENT_BINARY_DIR}/util/z3_version.h")
install(TARGETS libz3
EXPORT Z3_EXPORTED_TARGETS