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:
authorClément Foucault <foucault.clem@gmail.com>2018-09-05 16:42:32 +0300
committerClément Foucault <foucault.clem@gmail.com>2018-09-05 20:00:12 +0300
commitc05b9bbcc09f15912c741809646902458ea27958 (patch)
tree46ba357a536d171a46d300bcaba5ffac9ccae4fb /source/blender/draw/CMakeLists.txt
parente8dc73a0c9962bd0247ea45f6c28f5d5991d1d23 (diff)
Fix T56692: The edges are not highlighted in Mark Freestyle Edge
This was not ported yet.
Diffstat (limited to 'source/blender/draw/CMakeLists.txt')
-rw-r--r--source/blender/draw/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/draw/CMakeLists.txt b/source/blender/draw/CMakeLists.txt
index bac3a2f02fb..bfa796da122 100644
--- a/source/blender/draw/CMakeLists.txt
+++ b/source/blender/draw/CMakeLists.txt
@@ -344,4 +344,8 @@ data_to_c_simple(engines/gpencil/shaders/fx/gpencil_fx_wave_frag.glsl SRC)
list(APPEND INC
)
+if(WITH_FREESTYLE)
+ add_definitions(-DWITH_FREESTYLE)
+endif()
+
blender_add_lib(bf_draw "${SRC}" "${INC}" "${INC_SYS}")