2017-02-28 01:22:50 +08:00
|
|
|
cmake_minimum_required(VERSION 2.8.12)
|
2017-10-17 08:55:28 +08:00
|
|
|
|
|
|
|
# Set this so that the dlib subfolder will build both a static and shared
|
|
|
|
# library, since the only reason to build this CMakeLists.txt is if you want
|
|
|
|
# to install dlib. It should be noted however that installing dlib is not
|
|
|
|
# necessary. A simpler approach is to use it the way shown in
|
|
|
|
# examples/CMakeLists.txt
|
|
|
|
set(DLIB_IN_PROJECT_BUILD false)
|
|
|
|
|
2016-02-26 01:51:13 +08:00
|
|
|
add_subdirectory(dlib)
|