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:
authorSergey Sharybin <sergey.vfx@gmail.com>2020-04-28 14:32:40 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2020-04-28 14:33:18 +0300
commit2c6022108070b53f0293aaba177bc63d184161c7 (patch)
tree7d273cc040a2985896839aa0ef137924f2eb99e2 /intern/ghost
parent20100009f6da55709f77651d856af914e80021ed (diff)
Cleanup: Missing include directories after recent cleanup
Diffstat (limited to 'intern/ghost')
-rw-r--r--intern/ghost/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/intern/ghost/CMakeLists.txt b/intern/ghost/CMakeLists.txt
index 23c1c15ed53..cb795bbbc51 100644
--- a/intern/ghost/CMakeLists.txt
+++ b/intern/ghost/CMakeLists.txt
@@ -21,7 +21,6 @@
set(INC
.
../glew-mx
- ../string
../../source/blender/imbuf
../../source/blender/makesdna
)