mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Added CMakeLists.txt for the stuff in tools/archive.
This commit is contained in:
parent
3126372c10
commit
1d67149511
15
tools/archive/CMakeLists.txt
Normal file
15
tools/archive/CMakeLists.txt
Normal file
@ -0,0 +1,15 @@
|
||||
#
|
||||
# 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)
|
||||
|
Loading…
Reference in New Issue
Block a user