From f6386aa6ff2e452bebbfc7071baeb0d43545b4c8 Mon Sep 17 00:00:00 2001 From: Tadas Baltrusaitis Date: Thu, 21 Jun 2018 17:58:03 +0100 Subject: [PATCH] Change for dlib install targets --- lib/3rdParty/dlib/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/3rdParty/dlib/CMakeLists.txt b/lib/3rdParty/dlib/CMakeLists.txt index d3cf123f..2d24ceac 100644 --- a/lib/3rdParty/dlib/CMakeLists.txt +++ b/lib/3rdParty/dlib/CMakeLists.txt @@ -34,3 +34,5 @@ if(NOT has_parent) set(DLIB_IN_PROJECT_BUILD false) endif() add_subdirectory(dlib) + +install (TARGETS dlib EXPORT OpenFaceTargets LIBRARY DESTINATION lib ARCHIVE DESTINATION lib)