Commit: 12bf6ee36cfe7022a526ec476c4c638b06153d7b Author: YimingWu Date: Wed Nov 27 22:51:35 2019 +0800 Branches: temp-lanpr-review https://developer.blender.org/rB12bf6ee36cfe7022a526ec476c4c638b06153d7b
LANPR: Build option CMakeLists add LANPR. =================================================================== M source/blender/python/intern/CMakeLists.txt =================================================================== diff --git a/source/blender/python/intern/CMakeLists.txt b/source/blender/python/intern/CMakeLists.txt index a5f71e92438..d70cb762759 100644 --- a/source/blender/python/intern/CMakeLists.txt +++ b/source/blender/python/intern/CMakeLists.txt @@ -191,6 +191,10 @@ if(WITH_FREESTYLE) add_definitions(-DWITH_FREESTYLE) endif() +if(WITH_LANPR) + add_definitions(-DWITH_LANPR) +endif() + if(WITH_IMAGE_CINEON) add_definitions(-DWITH_CINEON) endif() _______________________________________________ Bf-blender-cvs mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-blender-cvs
