yes, sorry for the delay as we just got back from traveling. dlib is definitely on our radar.
From what I gather so far, they use cmake. And I wonder just looking at the examples whether a simple solution like this would work (from the CMakeLists.txt of the dlib examples): add this to your module's CMakeLists.txt
http://dlib.net/examples/CMakeLists.txt.html
# Tell cmake we will need dlib. This command will pull in dlib and compile it
# into your project. Note that you don't need to compile or install dlib. All
# cmake needs is the dlib source code folder and it will take care of everything.
add_subdirectory(../dlib dlib_build)
We will try it and post an example module. Some adjustments may be necessary for cross-compilation to the ARM cpu of jevois.