Commit 1d671495 authored by Davis King's avatar Davis King

Added CMakeLists.txt for the stuff in tools/archive.

parent 3126372c
#
# This is a CMake makefile. You can find the cmake utility and
# information about it at http://www.cmake.org
#
cmake_minimum_required(VERSION 2.8.12)
PROJECT(archive)
add_subdirectory(../../dlib dlib_build)
add_executable(train_face_5point_model train_face_5point_model.cpp)
target_link_libraries(train_face_5point_model dlib::dlib)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment