-
Davis King authored
then take the compiled library file but ignore the config.h file to get a linker error telling them they have been naughty. Instead, they should either use `make install` or `cmake --build . --target install` which will copy the correct files, or even better, don't install/build dlib as a standalone library. Instead, use it the way shown in examples/CMakeLists.txt.
0190794d