mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2025-12-30 04:52:29 +00:00
Reshuffle of dlib install targets.
This commit is contained in:
1
lib/3rdParty/dlib/CMakeLists.txt
vendored
1
lib/3rdParty/dlib/CMakeLists.txt
vendored
@@ -35,4 +35,3 @@ if(NOT has_parent)
|
||||
endif()
|
||||
add_subdirectory(dlib)
|
||||
|
||||
install (TARGETS dlib EXPORT OpenFaceTargets LIBRARY DESTINATION lib ARCHIVE DESTINATION lib)
|
||||
|
||||
2
lib/3rdParty/dlib/dlib/CMakeLists.txt
vendored
2
lib/3rdParty/dlib/dlib/CMakeLists.txt
vendored
@@ -879,3 +879,5 @@ if (COMMAND pybind11_add_module)
|
||||
endif()
|
||||
|
||||
add_library(dlib::dlib ALIAS dlib)
|
||||
|
||||
install (TARGETS dlib EXPORT OpenFaceTargets LIBRARY DESTINATION lib ARCHIVE DESTINATION lib)
|
||||
|
||||
Reference in New Issue
Block a user