capnproto-java-rpc/cmake
Alexander Böhn 37d067797a Bump the C++ standard flag up to -c++14
… the current version of `kj` requires C++14 at a minimum; this change keeps the build of `capnpc-java` from erroring out.
2020-03-03 22:06:06 -05:00
..
CMakeLists.txt Bump the C++ standard flag up to -c++14 2020-03-03 22:06:06 -05:00
README.md Add CMakeLists.txt and README.md 2018-05-22 20:30:23 +02:00

capnproto-java cmake build

Of course, capnproto needs to be pre-installed somewhere.

Using cmake

mkdir build cd build cmake -DCAPNP_PKG_PATH=[path of Capnproto pkgconfig directory (with capnp.pc)] [path of CMakeLists.txt]

Using ccmake gui

mkdir build cd build ccmake [path of CMakeLists.txt] .. set pkgconfig path manually