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:
authorNathan Letwory <nathan@letworyinteractive.com>2011-02-15 12:24:35 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-02-15 12:24:35 +0300
commit3ce233e28d51fb31cf13e8791052e503ecae96ec (patch)
tree1d1eac36dae93fda44ff72aedd77508736dd41e0 /source/blender/render/CMakeLists.txt
parentbe8c8942f4592fc5249ad9400b16b2c1fd8996c3 (diff)
Move mikktspace code to own library, so it is clear that it is also
intended as a standalone library for use in other applications that want the same tangent space as Blender. This also keeps blenkernel clean(er) from extra math functions.
Diffstat (limited to 'source/blender/render/CMakeLists.txt')
-rw-r--r--source/blender/render/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/render/CMakeLists.txt b/source/blender/render/CMakeLists.txt
index 4a3a73e7467..f00e54c1796 100644
--- a/source/blender/render/CMakeLists.txt
+++ b/source/blender/render/CMakeLists.txt
@@ -38,6 +38,7 @@ set(INC
../imbuf
../../kernel/gen_messaging
../../../intern/smoke/extern
+ ../../../intern/mikktspace
../../../intern/guardedalloc
)