mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-11 06:27:46 +00:00
Make sure ipp headers are exported to other targets
This commit is contained in:
@@ -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 ()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user