From 7331c86dbf3bdd65fbf7e7f26bf4461515a0c591 Mon Sep 17 00:00:00 2001 From: Ankit Meel Date: Fri, 4 Feb 2022 20:57:30 +0530 Subject: macOS: support building blender-thumbnailer It was missing framework flags added in `setup_platform_linker_flags`. Keep it off until QuickLook Thumbnailing is implemented. Differential Revision: https://developer.blender.org/D13997 --- 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 6f23fbe486a..b86b8999fd0 100644 --- a/source/creator/CMakeLists.txt +++ b/source/creator/CMakeLists.txt @@ -1082,6 +1082,13 @@ elseif(APPLE) Blender.app/Contents/ ) + if(WITH_BLENDER_THUMBNAILER) + install( + TARGETS blender-thumbnailer + DESTINATION Blender.app/Contents/MacOS/ + ) + endif() + if(WITH_OPENMP AND OPENMP_CUSTOM) install( FILES "${OpenMP_LIBRARY}" -- cgit v1.2.3