[Bf-blender-cvs] [9fd65fe8d43] greasepencil-object: GPencil: Fix Cmake for Windows for libharu

Antonio Vazquez noreply at git.blender.org
Wed Dec 9 16:42:56 CET 2020


Commit: 9fd65fe8d430b76b4f63462f2a7e849ed74302f2
Author: Antonio Vazquez
Date:   Wed Dec 9 16:42:43 2020 +0100
Branches: greasepencil-object
https://developer.blender.org/rB9fd65fe8d430b76b4f63462f2a7e849ed74302f2

GPencil: Fix Cmake for Windows for libharu

This is hardcoded now

===================================================================

M	build_files/cmake/platform/platform_win32.cmake

===================================================================

diff --git a/build_files/cmake/platform/platform_win32.cmake b/build_files/cmake/platform/platform_win32.cmake
index 016ae58fde4..e33d3c1e387 100644
--- a/build_files/cmake/platform/platform_win32.cmake
+++ b/build_files/cmake/platform/platform_win32.cmake
@@ -800,3 +800,6 @@ if(WITH_POTRACE)
   set(POTRACE_LIBRARIES ${LIBDIR}/potrace/lib/potrace.lib)
   set(POTRACE_FOUND On)
 endif()
+
+set(LIBHARU_INCLUDE_DIRS ${LIBDIR}/libharu/include)
+set(LIBHARU_LIBRARIES ${LIBDIR}/libharu/lib/libhpdfsd.lib)



More information about the Bf-blender-cvs mailing list