NativeJIT currently doesn't install with make install. For posterity, after building it, I called osmium-filter's cmake like so:
cmake .. -DNativeJIT_INCLUDE_DIR=../../NativeJIT/inc/ -DNativeJIT_LIBRARY=../../NativeJIT/build-make/src/NativeJIT/libNativeJIT.a -DCodeGen_LIBRARY=../../NativeJIT/build-make/src/CodeGen/libCodeGen.a
NativeJIT currently doesn't install with
make install. For posterity, after building it, I called osmium-filter's cmake like so:cmake .. -DNativeJIT_INCLUDE_DIR=../../NativeJIT/inc/ -DNativeJIT_LIBRARY=../../NativeJIT/build-make/src/NativeJIT/libNativeJIT.a -DCodeGen_LIBRARY=../../NativeJIT/build-make/src/CodeGen/libCodeGen.a