mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Made sure cmake config file pulls in dependent include folders.
This commit is contained in:
parent
365dfd20d1
commit
93610c4e55
@ -28,7 +28,7 @@ else()
|
||||
get_filename_component(dlib_INSTALL_PATH "@CONF_INSTALL_PATH@" REALPATH)
|
||||
endif()
|
||||
|
||||
set(dlib_INCLUDE_DIRS "${dlib_INSTALL_PATH}/include")
|
||||
set(dlib_INCLUDE_DIRS "${dlib_INSTALL_PATH}/include" "@dlib_needed_includes@")
|
||||
|
||||
# Our library dependencies (contains definitions for IMPORTED targets)
|
||||
if(NOT TARGET dlib-shared AND NOT dlib_BINARY_DIR)
|
||||
|
Loading…
Reference in New Issue
Block a user