[Bf-blender-cvs] [c0ade866240] temp-lanpr-cleanup2: LANPR: Compiler switch for space_api folder.

YimingWu noreply at git.blender.org
Mon Nov 4 15:51:59 CET 2019


Commit: c0ade866240908b4bceaba3dd007a84471f57cb0
Author: YimingWu
Date:   Mon Nov 4 22:51:32 2019 +0800
Branches: temp-lanpr-cleanup2
https://developer.blender.org/rBc0ade866240908b4bceaba3dd007a84471f57cb0

LANPR: Compiler switch for space_api folder.

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

M	source/blender/editors/space_api/CMakeLists.txt

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

diff --git a/source/blender/editors/space_api/CMakeLists.txt b/source/blender/editors/space_api/CMakeLists.txt
index 74d9b703c68..e052d11328c 100644
--- a/source/blender/editors/space_api/CMakeLists.txt
+++ b/source/blender/editors/space_api/CMakeLists.txt
@@ -57,4 +57,8 @@ set(LIB
   bf_editor_space_view3d
 )
 
+if(WITH_LANPR)
+  add_definitions(-DWITH_LANPR)
+endif()
+
 blender_add_lib(bf_editor_space_api "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")



More information about the Bf-blender-cvs mailing list