Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(501)

Unified Diff: source/blender/editors/animation/CMakeLists.txt

Issue 7416049: Freestyle r54826 branch review Base URL: https://svn.blender.org/svnroot/bf-blender/trunk/blender/
Patch Set: Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: source/blender/editors/animation/CMakeLists.txt
===================================================================
--- source/blender/editors/animation/CMakeLists.txt (revision 54826)
+++ source/blender/editors/animation/CMakeLists.txt (working copy)
@@ -58,4 +58,8 @@
add_definitions(-DWITH_INTERNATIONAL)
endif()
+if(WITH_FREESTYLE)
+ add_definitions(-DWITH_FREESTYLE)
+endif()
+
blender_add_lib(bf_editor_animation "${SRC}" "${INC}" "${INC_SYS}")

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b