Skip to content

0.1.2

Compare
Choose a tag to compare
@emgre emgre released this 13 Sep 14:45
  • Add C static libraries.
    • Generated CMake includes two targets: foo and foo_static. The required system dependencies are automatically set by CMake.
    • CI was updated to produce the static libs.
    • See #59 for more details.
  • Fix missing boolean conversion in Java. See 4f30d40 for more details