Fix local mem helper enabling

Signed-off-by: Szymon Morek <szymon.morek@intel.com>
This commit is contained in:
Szymon Morek
2021-10-18 15:07:39 +00:00
committed by Compute-Runtime-Automation
parent 8c9dd3085b
commit 2f891d38e3
3 changed files with 10 additions and 2 deletions

View File

@@ -191,3 +191,6 @@ else()
endif()
set_property(GLOBAL PROPERTY NEO_CORE_SRCS_LINK ${CORE_SRCS_LINK})
if(UNIX)
set_property(GLOBAL APPEND PROPERTY NEO_CORE_SRCS_LINK ${CORE_SRCS_LINK_LINUX})
endif()