KiLJ4EdeN / dlib-cmake-template

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:C++ 88.4%Language:CMake 11.6%