mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +00:00
Add pkg-config file (#4368)
* Add pkg-config file * Copy z3.cmake.in to the Docker for CI
This commit is contained in:
parent
1729232254
commit
7e84a48069
3 changed files with 23 additions and 1 deletions
|
@ -75,7 +75,7 @@ ADD /doc ${Z3_SRC_DIR}/doc/
|
|||
ADD /examples ${Z3_SRC_DIR}/examples/
|
||||
ADD /scripts ${Z3_SRC_DIR}/scripts/
|
||||
ADD /src ${Z3_SRC_DIR}/src/
|
||||
ADD *.txt *.md RELEASE_NOTES ${Z3_SRC_DIR}/
|
||||
ADD *.txt *.md *.cmake.in RELEASE_NOTES ${Z3_SRC_DIR}/
|
||||
|
||||
ADD \
|
||||
/contrib/ci/scripts/build_z3_cmake.sh \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue