From 7eeeaec6da33971ab7805c9a4bfd5f4e186273d1 Mon Sep 17 00:00:00 2001 From: Xavier Hallade Date: Thu, 6 Oct 2022 18:35:51 +0200 Subject: Cycles: use direct linking for oneAPI backend This is a minimal set of changes, allowing a lot of cleanup that can happen afterward as it allows sycl method and objects to be used outside of kernel.cpp. Reviewed By: brecht, sergey Differential Revision: https://developer.blender.org/D15397 --- source/creator/CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'source/creator') diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt index 13a311cb55c..caaffa283ba 100644 --- a/source/creator/CMakeLists.txt +++ b/source/creator/CMakeLists.txt @@ -1076,6 +1076,13 @@ elseif(WIN32) DESTINATION ${TARGETDIR_VER}/python/lib/site-packages ) endif() + + if(PLATFORM_BUNDLED_LIBRARIES) + install( + FILES ${PLATFORM_BUNDLED_LIBRARIES} + DESTINATION ${TARGETDIR_LIB} + ) + endif() elseif(APPLE) if(NOT WITH_PYTHON_MODULE) # Uppercase name for app bundle. -- cgit v1.2.3