Make sure ipp headers are exported to other targets

This commit is contained in:
Jack Andersen 2017-12-15 14:17:45 -10:00
parent e0aa15610b
commit f71131e4df
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ find_package(IPP)
if (IPP_FOUND)
list(APPEND _BOO_SYS_DEFINES -DINTEL_IPP=1)
include_directories(${IPP_INCLUDE_DIRS})
list(APPEND _BOO_SYS_INCLUDES ${IPP_INCLUDE_DIRS})
list(APPEND _BOO_SYS_LIBS ${IPP_LIBRARIES})
endif ()