• 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
Name
Last commit
Last update
dlib Loading commit data...
docs Loading commit data...
examples Loading commit data...
python_examples Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
.travis.yml Loading commit data...
CMakeLists.txt Loading commit data...
ISSUE_TEMPLATE.md Loading commit data...
MANIFEST.in Loading commit data...
README.md Loading commit data...
setup.py Loading commit data...