From 19a62203089ffa3e8866a1989aefef7774744aca Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Thu, 13 Jan 2022 11:12:56 +0100 Subject: Fix link errors after recent FFMPEG / link_directories changes --- source/creator/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/creator/CMakeLists.txt') diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt index 7e657abd937..a5d20e1fa37 100644 --- a/source/creator/CMakeLists.txt +++ b/source/creator/CMakeLists.txt @@ -71,6 +71,10 @@ endif() if(WITH_TBB) blender_include_dirs(${TBB_INCLUDE_DIRS}) + if(WIN32) + # For pragma that links tbbmalloc_proxy.lib + link_directories(${LIBDIR}/tbb/lib) + endif() endif() -- cgit v1.2.3