mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2025-12-30 13:02:30 +00:00
Working on dlib cmake.
This commit is contained in:
@@ -7,7 +7,6 @@ branches:
|
||||
only:
|
||||
- master
|
||||
- develop
|
||||
- feature/dlib-update
|
||||
compiler:
|
||||
- gcc
|
||||
|
||||
|
||||
@@ -206,7 +206,7 @@ endif()
|
||||
# dlib library, allow specifying own or use the included one
|
||||
if(NOT DEFINED ${DLIB_INCLUDE_DIR})
|
||||
set(DLIB_INCLUDE_DIR lib/3rdParty/dlib)
|
||||
set(DLIB_LIBRARY dlib.lib)
|
||||
set(DLIB_LIBRARY ${CMAKE_BINARY_DIR}/lib/3rdParty/dlib/dlib/libdlib.a)
|
||||
add_subdirectory(lib/3rdParty/dlib)
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user