mirror of https://github.com/AxioDL/boo.git
Make sure ipp headers are exported to other targets
This commit is contained in:
parent
e0aa15610b
commit
f71131e4df
|
@ -19,6 +19,7 @@ find_package(IPP)
|
||||||
if (IPP_FOUND)
|
if (IPP_FOUND)
|
||||||
list(APPEND _BOO_SYS_DEFINES -DINTEL_IPP=1)
|
list(APPEND _BOO_SYS_DEFINES -DINTEL_IPP=1)
|
||||||
include_directories(${IPP_INCLUDE_DIRS})
|
include_directories(${IPP_INCLUDE_DIRS})
|
||||||
|
list(APPEND _BOO_SYS_INCLUDES ${IPP_INCLUDE_DIRS})
|
||||||
list(APPEND _BOO_SYS_LIBS ${IPP_LIBRARIES})
|
list(APPEND _BOO_SYS_LIBS ${IPP_LIBRARIES})
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue