labstreaminglayer / liblsl-Java

Java bindings for liblsl
MIT License
5 stars 10 forks source link

Use CMake 3.12 #2

Closed tstenner closed 5 years ago

tstenner commented 5 years ago

CMake 3.12 and newer supports object libraries to build shared and static variants with a single compilation pass (see https://github.com/sccn/liblsl/issues/15). This PR adds a dependency on CMake 3.12 (has to be installed on the host PC until the SDK ships is) and build instructions.