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 19:24:04 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2020-11-06 20:48:13 +0300
commit2d26057751d27e249eabfd262b8a0bffede06e70 (patch)
tree958fb9037b3cddf31fa40474ac739937614b5d00 /source/blender/render/CMakeLists.txt
parentb0dcabdf6547e837e91cbcdc465bb029df01d9dc (diff)
Fix missing include warning
Caused by rB580ff2cb937daf43699908afe1190baea8d117aa
Diffstat (limited to 'source/blender/render/CMakeLists.txt')
-rw-r--r--source/blender/render/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/render/CMakeLists.txt b/source/blender/render/CMakeLists.txt
index 46aff356932..e6aa4d1380c 100644
--- a/source/blender/render/CMakeLists.txt
+++ b/source/blender/render/CMakeLists.txt
@@ -21,7 +21,7 @@
set(INC
.
- intern/include
+ intern
../blenkernel
../blenlib
../blentranslation