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:
authorCampbell Barton <ideasman42@gmail.com>2011-08-19 14:34:24 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-08-19 14:34:24 +0400
commit15e449fe3da3b69b94ae0ef1ef3eaa8d28a68df2 (patch)
tree1fc648337c0606eae22538ea3f9124f8392079fa /source/blender/editors/util
parent033e25f4f77152e6d51687b6fc7e8c4cee277bcf (diff)
include headers in cmake files (for IDE's)
Diffstat (limited to 'source/blender/editors/util')
-rw-r--r--source/blender/editors/util/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/util/CMakeLists.txt b/source/blender/editors/util/CMakeLists.txt
index e39e3e87399..843af272362 100644
--- a/source/blender/editors/util/CMakeLists.txt
+++ b/source/blender/editors/util/CMakeLists.txt
@@ -76,6 +76,7 @@ set(SRC
../include/ED_sound.h
../include/ED_space_api.h
../include/ED_text.h
+ ../include/ED_toolmode.h
../include/ED_transform.h
../include/ED_types.h
../include/ED_util.h