[Bf-blender-cvs] [3174f87d867] greasepencil-object: GPencil: Fix errors after include Haru library

Antonio Vazquez noreply at git.blender.org
Tue Feb 2 12:18:23 CET 2021


Commit: 3174f87d867c0150849044abf4bfe6452874c70e
Author: Antonio Vazquez
Date:   Tue Feb 2 12:18:15 2021 +0100
Branches: greasepencil-object
https://developer.blender.org/rB3174f87d867c0150849044abf4bfe6452874c70e

GPencil: Fix errors after include Haru library

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

M	source/blender/io/gpencil/CMakeLists.txt

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

diff --git a/source/blender/io/gpencil/CMakeLists.txt b/source/blender/io/gpencil/CMakeLists.txt
index 89594f59933..e9edf3fae91 100644
--- a/source/blender/io/gpencil/CMakeLists.txt
+++ b/source/blender/io/gpencil/CMakeLists.txt
@@ -37,7 +37,7 @@ set(INC
 
 set(INC_SYS
   ${PUGIXML_INCLUDE_DIR}
-  ${LIBHARU_INCLUDE_DIR}
+  ${HARU_INCLUDE_DIR}
 )
 
 set(SRC
@@ -70,7 +70,7 @@ set(LIB
   bf_io_common
 
   ${PUGIXML_LIBRARIES}
-  ${LIBHARU_LIBRARIES}
+  ${HARU_LIBRARIES}
 )
 
 list(APPEND LIB



More information about the Bf-blender-cvs mailing list