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:
authorAaron Carlisle <carlisle.b3d@gmail.com>2020-11-06 18:36:51 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2020-11-06 18:37:40 +0300
commit580ff2cb937daf43699908afe1190baea8d117aa (patch)
treeb96880786126cebf91474f10f75cc9b68b61baa0 /source/blender/freestyle/CMakeLists.txt
parent90ac9770a4a9370f10932724487f8f58763fbbac (diff)
Cleanup: Render Module: combine intern/ source & include
Diffstat (limited to 'source/blender/freestyle/CMakeLists.txt')
-rw-r--r--source/blender/freestyle/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/freestyle/CMakeLists.txt b/source/blender/freestyle/CMakeLists.txt
index 7984558f989..b7eaf018dba 100644
--- a/source/blender/freestyle/CMakeLists.txt
+++ b/source/blender/freestyle/CMakeLists.txt
@@ -566,7 +566,7 @@ set(INC
../python
../python/intern
../render
- ../render/intern/include
+ ../render/intern
../../../extern/glew/include
../../../intern/guardedalloc
)