3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-16 07:45:27 +00:00
z3/contrib/cmake/src/api
Dan Liew 022039535a [CMake] Implement support for building and installing the Java bindings.
I'm not entirely happy with some parts of the implementation

* The default locations for installing ``com.microsoft.z3.jar`` and ``libz3java.so``
  aren't correct.  CMake cache variables have been provided that allow the user to change
  where these get installed.

* The name of ``libz3java.so``. It doesn't conform to the Debian
  packaging guidelines (https://www.debian.org/doc/packaging-manuals/java-policy/x126.html)
  and I have not provided an option to change this.

* The fact that ``SONAME`` and ``VERSION`` are not set on ``libz3java.so``.

These issues should be addressed once we know the correct way to handle
installation.
2016-04-18 11:39:20 +01:00
..
dll Move CMakeLists.txt files (other than the one in the repository root) 2016-03-04 15:26:09 +00:00
dotnet [CMake] The bug in mono that causes the `gacutil` utility to crash if 2016-03-28 23:10:23 +01:00
java [CMake] Implement support for building and installing the Java bindings. 2016-04-18 11:39:20 +01:00
python [CMake] Add CMAKE_INSTALL_PYTHON_PKG_DIR option to control where python 2016-03-18 22:18:51 +00:00
CMakeLists.txt [CMake] Remove global "generated file" dependency on `mk_util.py`. 2016-03-09 11:22:49 +00:00