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:
authorNicholas Bishop <nicholasbishop@gmail.com>2008-12-31 03:53:01 +0300
committerNicholas Bishop <nicholasbishop@gmail.com>2008-12-31 03:53:01 +0300
commitc6f15859ae22ecee575913da1088d0b66ae1bd8c (patch)
tree07ae8043d76a673ef844640e9c7722a10ce6aaa7 /source/blender/windowmanager/CMakeLists.txt
parent22f05adc3a8f235d73b8534326c033debe38991f (diff)
Added some missing directory includes for CMake. Still some linker errors to resolve.
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 73e72ab8761..8bbe328c7a3 100644
--- a/source/blender/windowmanager/CMakeLists.txt
+++ b/source/blender/windowmanager/CMakeLists.txt
@@ -37,6 +37,7 @@ SET(INC .
../quicktime ../../../intern/elbeem/extern
../../../intern/ghost ../../../intern/opennl/extern ../../../extern/glew/include
../nodes
+ ../gpu
${PYTHON_INC}
${SDL_INC}
)