Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/blender/io/gpencil/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/io/gpencil/CMakeLists.txt b/source/blender/io/gpencil/CMakeLists.txt
index f394075cb9a..11c9affbe5a 100644
--- a/source/blender/io/gpencil/CMakeLists.txt
+++ b/source/blender/io/gpencil/CMakeLists.txt
@@ -68,7 +68,7 @@ if(WITH_PUGIXML)
intern/gpencil_io_export_svg.h
intern/gpencil_io_export_svg.cc
)
- list(APPEND INC
+ list(APPEND INC_SYS
${PUGIXML_INCLUDE_DIR}
)
list(APPEND LIB
@@ -82,7 +82,7 @@ if(WITH_HARU)
intern/gpencil_io_export_pdf.h
intern/gpencil_io_export_pdf.cc
)
- list(APPEND INC
+ list(APPEND INC_SYS
${HARU_INCLUDE_DIRS}
)
list(APPEND LIB