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)