I'm trying to convert my project, zmq-jni, to use CMake but I'm
completely new to it.

This is my old make file:

    https://github.com/trevorbernard/zmq-jni/blob/master/Makefile

And this is what I'm wrestling with:

    https://github.com/trevorbernard/zmq-jni/blob/CMake/CMakeLists.txt

Any help would be greatly appreciated.

Building should work like so:

$ cmake .
$ mvn compile clojure:test

libzmqjni.so should be outputted into ./target

Warmest regards,

Trevor
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to