• Davis King's avatar
    Added some code that will cause people who make a standalone dlib build and · 0190794d
    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
CMakeLists.txt 36.8 KB