File size: 343 Bytes
9375c9a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# 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)