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-08 09:43:04 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-08-08 09:43:04 +0400
commit349c838996a5d042bb3ebb06162ab9b2c6716fdd (patch)
tree9f72bbf70d54ecc146feb56362b1af93f94ffd9a /source/blender/windowmanager/CMakeLists.txt
parent22d2764d50f8571c0bbcdb4e7c944ba02763b43c (diff)
add missing header to cmake files (else some IDE's wont index it)
Diffstat (limited to 'source/blender/windowmanager/CMakeLists.txt')
-rw-r--r--source/blender/windowmanager/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/windowmanager/CMakeLists.txt b/source/blender/windowmanager/CMakeLists.txt
index 20ac3ba7077..dc83e29b497 100644
--- a/source/blender/windowmanager/CMakeLists.txt
+++ b/source/blender/windowmanager/CMakeLists.txt
@@ -67,6 +67,7 @@ set(SRC
intern/wm_window.c
WM_api.h
+ WM_keymap.h
WM_types.h
wm.h
wm_cursors.h