Commit Graph

2 Commits

Author SHA1 Message Date
Andres Noetzli
84c72e3c37 Fix Java target and Relations example (#4583)
Currently, our CVC4Config file is never including the CVC4 Java targets
because of a typo in `cmake/CVC4Config.cmake.in`. For this reason, our
build system for the examples would never actually build the examples.
Fixing this issue brought up another issue in our Relations Java example
that was using an outdated `System.loadLibrary()` call. This commit
fixes the typo and the example.

Note: Most changes in `Relations.java` were caused by ClangFormat.
2020-06-08 21:20:25 -07:00
mudathirmahgoub
0a5f22c98c Sets & Relations Java example (#3816) 2020-02-25 11:47:24 -06:00