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:
authorYimingWu <xp8110@outlook.com>2019-11-27 17:51:35 +0300
committerYimingWu <xp8110@outlook.com>2019-11-27 17:51:35 +0300
commit12bf6ee36cfe7022a526ec476c4c638b06153d7b (patch)
treea7ec7a5eac8119c0e229ad49f82534b402a18a4c /source/blender/python
parent4227b81826257ed2e83d7f65f9f8fc30a3c2edce (diff)
LANPR: Build option CMakeLists add LANPR.
Diffstat (limited to 'source/blender/python')
-rw-r--r--source/blender/python/intern/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
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()