[Bf-blender-cvs] [74ae87d1d4c] soc-2019-npr: LANPR: Fix missed library linking.

YimingWu noreply at git.blender.org
Wed Jul 10 15:14:05 CEST 2019


Commit: 74ae87d1d4ca95b1096d8aea4edd62c27778fd1c
Author: YimingWu
Date:   Wed Jul 10 21:13:40 2019 +0800
Branches: soc-2019-npr
https://developer.blender.org/rB74ae87d1d4ca95b1096d8aea4edd62c27778fd1c

LANPR: Fix missed library linking.

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

M	source/blender/makesrna/intern/CMakeLists.txt

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

diff --git a/source/blender/makesrna/intern/CMakeLists.txt b/source/blender/makesrna/intern/CMakeLists.txt
index 3953a948b09..ab13c6c9ed4 100644
--- a/source/blender/makesrna/intern/CMakeLists.txt
+++ b/source/blender/makesrna/intern/CMakeLists.txt
@@ -383,6 +383,7 @@ set(LIB
   bf_editor_object
   bf_editor_physics
   bf_editor_render
+  bf_editor_lanpr
   bf_editor_scene
   bf_editor_sculpt_paint
   bf_editor_space_clip



More information about the Bf-blender-cvs mailing list