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:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2014-08-20 08:35:45 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2014-08-20 08:35:45 +0400
commitd2cc65cd1cf3eac095cf0305b80af35a27f2521b (patch)
tree8762c1b0324f398262b60c0418772b5d1295bf25 /source/blender/makesrna/intern/CMakeLists.txt
parented0859744266256ef591318ee4e14fe124804db0 (diff)
Fix for missing updates of build scripts in the commit rB05cb63ecf750.
Diffstat (limited to 'source/blender/makesrna/intern/CMakeLists.txt')
-rw-r--r--source/blender/makesrna/intern/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/CMakeLists.txt b/source/blender/makesrna/intern/CMakeLists.txt
index 6a0208a49e9..15f5253257a 100644
--- a/source/blender/makesrna/intern/CMakeLists.txt
+++ b/source/blender/makesrna/intern/CMakeLists.txt
@@ -264,6 +264,10 @@ if(WITH_BULLET)
add_definitions(-DWITH_BULLET)
endif()
+if(WITH_FREESTYLE)
+ add_definitions(-DWITH_FREESTYLE)
+endif()
+
# Build makesrna executable
blender_include_dirs(
.