/dlib-cmake-template

simple tutorial on how to compile a single program using dlib and cmake

Primary LanguageC++

Cmake Dlib tutorial

tutorial on how to use cmake with dlib easily

main.cpp

this could be any code that uses dlib, a matrix operation example is tested here from dlib/examples.

usage

git clone https://github.com/davisking/dlib.git
mkdir build && cd build
cmake ..
cmake --build . --config Release
./app